Clean Glib header #include issues: gtestutils

This commit is contained in:
Javier Jardón 2010-05-05 18:24:33 +02:00
parent d1642386c9
commit 21302a741c
2 changed files with 11 additions and 3 deletions

View File

@ -17,10 +17,11 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include "gtestutils.h"
#include <glib.h>
#include "galias.h"
#include <sys/types.h>
#ifdef G_OS_UNIX
#include <sys/wait.h>
@ -41,6 +42,14 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif /* HAVE_SYS_SELECT_H */
#include "gmain.h"
#include "gpattern.h"
#include "grand.h"
#include "gstrfuncs.h"
#include "gtimer.h"
#include "galias.h"
/* Global variable for storing assertion messages; this is the counterpart to
* glibc's (private) __abort_msg variable, and allows developers and crash

View File

@ -27,7 +27,6 @@
#include <glib/gmessages.h>
#include <glib/gstring.h>
#include <glib/gtypes.h>
#include <glib/gerror.h>
#include <glib/gslist.h>