summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-03-09 20:43:30 -0300
committerPerberos <[email protected]>2012-03-09 20:43:30 -0300
commit1d633a3a02df3809cbe01b592d875374e931373d (patch)
tree0d89a4661fed905e8ed8c9b41526a0d5a248feb7 /src
parent8f583a5decc28f0f1283bc0067be77904e78871e (diff)
downloadmate-system-monitor-1d633a3a02df3809cbe01b592d875374e931373d.tar.bz2
mate-system-monitor-1d633a3a02df3809cbe01b592d875374e931373d.tar.xz
build error with glib2-2.31 (https://github.com/mate-desktop/mate-system-monitor/issues/2)
Diffstat (limited to 'src')
-rw-r--r--src/interface.h2
-rw-r--r--src/load-graph.h2
-rw-r--r--src/lsof.h2
-rw-r--r--src/openfiles.h2
-rw-r--r--src/procman_matesu.h2
-rw-r--r--src/util.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/interface.h b/src/interface.h
index 4bda35a..b26b670 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -20,7 +20,7 @@
#ifndef _PROCMAN_INTERFACE_H_
#define _PROCMAN_INTERFACE_H_
-#include <glib/gtypes.h>
+#include <glib.h>
#include <gtk/gtk.h>
#include "procman.h"
diff --git a/src/load-graph.h b/src/load-graph.h
index 6111c78..6e7a599 100644
--- a/src/load-graph.h
+++ b/src/load-graph.h
@@ -1,7 +1,7 @@
#ifndef _PROCMAN_LOAD_GRAPH_H_
#define _PROCMAN_LOAD_GRAPH_H_
-#include <glib/gtypes.h>
+#include <glib.h>
#include <glibtop/cpu.h>
enum
diff --git a/src/lsof.h b/src/lsof.h
index ad7f111..da420e2 100644
--- a/src/lsof.h
+++ b/src/lsof.h
@@ -1,7 +1,7 @@
#ifndef H_PROCMAN_LSOF_1161179202
#define H_PROCMAN_LSOF_1161179202
-#include <glib/gmacros.h>
+#include <glib.h>
#include "procman.h"
void procman_lsof(ProcData *data);
diff --git a/src/openfiles.h b/src/openfiles.h
index 38b1cc8..a8b7b05 100644
--- a/src/openfiles.h
+++ b/src/openfiles.h
@@ -1,7 +1,7 @@
#ifndef _OPENFILES_H_
#define _OPENFILES_H_
-#include <glib/gtypes.h>
+#include <glib.h>
#include "procman.h"
diff --git a/src/procman_matesu.h b/src/procman_matesu.h
index 099c756..fb1a893 100644
--- a/src/procman_matesu.h
+++ b/src/procman_matesu.h
@@ -1,7 +1,7 @@
#ifndef H_MATE_SYSTEM_MONITOR_MATESU_H_1132171917
#define H_MATE_SYSTEM_MONITOR_MATESU_H_1132171917
-#include <glib/gtypes.h>
+#include <glib.h>
gboolean
procman_matesu_create_root_password_dialog(const char * message);
diff --git a/src/util.cpp b/src/util.cpp
index 907bf80..28def73 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>