Include config.h before testing for HAVE_GECKO_1_9.
This commit is contained in:
parent
093ed2f2f2
commit
e9905b5dfc
@ -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)
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user