Clean up improper #includes

We have a lot of broken #including going on around the tree.  This has
gone unnoticed due to our sloppy use of -I.
This commit is contained in:
Ryan Lortie
2010-08-06 13:05:18 -04:00
parent 78f7f14b34
commit ba0208b3a8
15 changed files with 19 additions and 19 deletions

View File

@@ -27,7 +27,7 @@
#include "fen-helper.h"
#include "fen-kernel.h"
#ifdef GIO_COMPILATION
#include "gfilemonitor.h"
#include <gio/gfilemonitor.h>
#else
#include "gam_event.h"
#include "gam_server.h"

View File

@@ -32,7 +32,7 @@
#include "fen-dump.h"
#ifdef GIO_COMPILATION
#include "gfilemonitor.h"
#include <gio/gfilemonitor.h>
#else
#include "gam_event.h"
#include "gam_server.h"

View File

@@ -31,7 +31,7 @@
#include "config.h"
#include "gfendirectorymonitor.h"
#include "giomodule.h"
#include <gio/giomodule.h>
#include "fen-helper.h"

View File

@@ -33,8 +33,8 @@
#include <glib-object.h>
#include <string.h>
#include "glocaldirectorymonitor.h"
#include "giomodule.h"
#include <gio/glocaldirectorymonitor.h>
#include <gio/giomodule.h>
G_BEGIN_DECLS