More include cleanups

This commit is contained in:
Matthias Clasen
2010-09-03 23:03:14 -04:00
parent dc2e46b2aa
commit 04077ff5c5
20 changed files with 667 additions and 614 deletions

View File

@@ -35,8 +35,6 @@
/* #define DEBUG_MSG(args) g_message args ; */
#endif
#include "glib.h"
#include <time.h>
#include <string.h>
#include <stdlib.h>
@@ -46,6 +44,14 @@
#include <windows.h>
#endif
#include "gdate.h"
#include "gconvert.h"
#include "gmem.h"
#include "gstrfuncs.h"
#include "gtestutils.h"
#include "gthread.h"
#include "gunicode.h"
GDate*
g_date_new (void)