Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar

This commit is contained in:
Marco Pesenti Gritti 2007-04-18 14:03:48 +02:00
commit 5df6fc0b0a
3 changed files with 6 additions and 3 deletions

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)

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"

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"