[gnome-system-monitor/gtk3] Fixed more includes flagged by *_DISABLE_SINGLE_INCLUDES



commit 60d61ea6e0064cd4ebd3e471b08e6bb2675c1966
Author: Chris Kühl <chrisk openismus com>
Date:   Thu Jan 27 15:53:17 2011 +0100

    Fixed more includes flagged by *_DISABLE_SINGLE_INCLUDES

 src/procman_gnomesu.h |    2 +-
 src/util.cpp          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/procman_gnomesu.h b/src/procman_gnomesu.h
index fec2650..474ca9a 100644
--- a/src/procman_gnomesu.h
+++ b/src/procman_gnomesu.h
@@ -1,7 +1,7 @@
 #ifndef H_GNOME_SYSTEM_MONITOR_GNOMESU_H_1132171917
 #define H_GNOME_SYSTEM_MONITOR_GNOMESU_H_1132171917
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 gboolean
 procman_gnomesu_create_root_password_dialog(const char * message);
diff --git a/src/util.cpp b/src/util.cpp
index 9b1c9f5..90073fe 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -1,7 +1,7 @@
 #include <config.h>
 
 #include <glib/gi18n.h>
-#include <glib/gstring.h>
+#include <glib.h>
 #include <gtk/gtk.h>
 
 #include <glibtop/proctime.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]