mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-08 03:45:49 +01: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:
parent
78f7f14b34
commit
ba0208b3a8
@ -25,8 +25,8 @@
|
||||
#include "config.h"
|
||||
#include <fam.h>
|
||||
#include <gio/gfilemonitor.h>
|
||||
#include <gio/gfile.h>
|
||||
|
||||
#include "gfile.h"
|
||||
#include "fam-helper.h"
|
||||
|
||||
static FAMConnection* fam_connection = NULL;
|
||||
|
@ -23,7 +23,7 @@
|
||||
* Sebastian Dröge <slomo@circular-chaos.org>
|
||||
*/
|
||||
|
||||
#include "giomodule.h"
|
||||
#include <gio/giomodule.h>
|
||||
#include "gfamdirectorymonitor.h"
|
||||
#include "gfamfilemonitor.h"
|
||||
#include "fam-helper.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "gfamdirectorymonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include <gio/giomodule.h>
|
||||
|
||||
#include "fam-helper.h"
|
||||
|
||||
|
@ -28,8 +28,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
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "gfamfilemonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include <gio/giomodule.h>
|
||||
|
||||
#include "fam-helper.h"
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
||||
#include <glib-object.h>
|
||||
#include <string.h>
|
||||
#include <gio/gfilemonitor.h>
|
||||
#include "glocalfilemonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include <gio/glocalfilemonitor.h>
|
||||
#include <gio/giomodule.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "ginotifydirectorymonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include <gio/giomodule.h>
|
||||
|
||||
#define USE_INOTIFY 1
|
||||
#include "inotify-helper.h"
|
||||
|
@ -28,8 +28,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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
#include <gio.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gstdio.h>
|
||||
|
||||
#include "gdbus-sessionbus.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include <unistd.h>
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <gio.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gstdio.h>
|
||||
|
||||
typedef struct {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <gio.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gstdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user