mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
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:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "gfendirectorymonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include <gio/giomodule.h>
|
||||
|
||||
#include "fen-helper.h"
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user