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"