Include config.h before testing for HAVE_GECKO_1_9.

This commit is contained in:
Tomeu Vizoso
2007-04-17 19:31:06 -03:00
parent 093ed2f2f2
commit e9905b5dfc
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,3 +1,5 @@
#include <config.h>
#ifdef HAVE_GECKO_1_9
#include <stdio.h>
@@ -16,7 +18,6 @@
#include <nsIInputStream.h>
#include <nsIWebNavigation.h>
#include <config.h>
#include "GeckoBrowserPersist.h"
GeckoBrowserPersist::GeckoBrowserPersist(SugarBrowser *browser)
+2 -1
View File
@@ -1,3 +1,5 @@
#include <config.h>
#ifdef HAVE_GECKO_1_9
#include <unistd.h>
@@ -18,7 +20,6 @@
#include <nsServiceManagerUtils.h>
#include <nsStringAPI.h>
#include <config.h>
#include "GeckoDocumentObject.h"
#include "GeckoBrowserPersist.h"
+2 -1
View File
@@ -1,3 +1,5 @@
#include <config.h>
#ifdef HAVE_GECKO_1_9
#include <sys/time.h>
@@ -14,7 +16,6 @@
#include <nsIInterfaceRequestorUtils.h>
#include <nsIDOMMouseEvent.h>
#include <config.h>
#include "GeckoDragDropHooks.h"
#include "GeckoDocumentObject.h"