Single glib.h include.

Closes #557826.

svn path=/trunk/; revision=2785
This commit is contained in:
Benoît Dejean
2008-11-07 23:58:43 +00:00
parent 8399315a4f
commit 23798fbd51
6 changed files with 5 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
#ifndef __GLIBTOP_H__ #ifndef __GLIBTOP_H__
#define __GLIBTOP_H__ #define __GLIBTOP_H__
#include <glib/gmacros.h> #include <glib.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@@ -36,9 +36,6 @@
#include <glibtop/open.h> #include <glibtop/open.h>
#include <glibtop/close.h> #include <glibtop/close.h>
#include <glibtop/command.h> #include <glibtop/command.h>
#include <glib/gstrfuncs.h>
#include <glibtop/parameter.h> #include <glibtop/parameter.h>
#include "server_config.h" #include "server_config.h"

View File

@@ -21,7 +21,7 @@
#include <config.h> #include <config.h>
#include <glib/gstrfuncs.h> #include <glib.h>
#include <errno.h> #include <errno.h>
#include <glibtop/error.h> #include <glibtop/error.h>

View File

@@ -23,7 +23,7 @@
#include <config.h> #include <config.h>
#include <glib/gstrfuncs.h> #include <glib.h>
#include <errno.h> #include <errno.h>
#include <glibtop/error.h> #include <glibtop/error.h>

View File

@@ -22,7 +22,7 @@
#ifndef __GLIBTOP_SAFEIO_H__ #ifndef __GLIBTOP_SAFEIO_H__
#define __GLIBTOP_SAFEIO_H__ #define __GLIBTOP_SAFEIO_H__
#include <glib/gmacros.h> #include <glib.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@@ -20,7 +20,7 @@
*/ */
#include <config.h> #include <config.h>
#include <glib/gstrfuncs.h> #include <glib.h>
#include <errno.h> #include <errno.h>
#include <glibtop.h> #include <glibtop.h>