diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-17 01:59:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-17 01:59:35 -0400 |
commit | 0ec3c744c4f90d99b46658b39cab36a530904ab8 (patch) | |
tree | 3651de5b3769c6568a4bf1c748518d2ae645b334 | |
parent | d9053e026c5b56a0aab2ca684de0929024181d10 (diff) |
include cleanup
-rw-r--r-- | glib/gutils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glib/gutils.c b/glib/gutils.c index dd442e02e..63fb5ce83 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -64,10 +64,7 @@ #include "gfileutils.h" #include "ggettext.h" #include "ghash.h" -#include "gslist.h" -#include "gprintfint.h" #include "gthread.h" -#include "gthreadprivate.h" #include "gtestutils.h" #include "gunicode.h" #include "gstrfuncs.h" @@ -75,7 +72,6 @@ #include "glibintl.h" #ifdef G_PLATFORM_WIN32 -#include "garray.h" #include "gconvert.h" #include "gwin32.h" #endif |