Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-04-17 22:31:06 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-04-17 22:31:06 (GMT)
commite9905b5dfcbe3bd7ca00331652e30fe8ab299010 (patch)
tree57fa91c3303a0ba546c55c24935e234af5c9e672 /browser
parent093ed2f2f263822a7a6dd9e982ac3d4d611b184f (diff)
Include config.h before testing for HAVE_GECKO_1_9.
Diffstat (limited to 'browser')
-rw-r--r--browser/GeckoBrowserPersist.cpp3
-rw-r--r--browser/GeckoDocumentObject.cpp3
-rw-r--r--browser/GeckoDragDropHooks.cpp3
3 files changed, 6 insertions, 3 deletions
diff --git a/browser/GeckoBrowserPersist.cpp b/browser/GeckoBrowserPersist.cpp
index 5e698d8..2c019c5 100644
--- a/browser/GeckoBrowserPersist.cpp
+++ b/browser/GeckoBrowserPersist.cpp
@@ -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)
diff --git a/browser/GeckoDocumentObject.cpp b/browser/GeckoDocumentObject.cpp
index fcbbe69..fe4a824 100644
--- a/browser/GeckoDocumentObject.cpp
+++ b/browser/GeckoDocumentObject.cpp
@@ -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"
diff --git a/browser/GeckoDragDropHooks.cpp b/browser/GeckoDragDropHooks.cpp
index fdca954..d8b0a84 100644
--- a/browser/GeckoDragDropHooks.cpp
+++ b/browser/GeckoDragDropHooks.cpp
@@ -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"