From: Matthias Clasen Date: Fri, 3 Sep 2010 23:37:54 +0000 (-0400) Subject: Remove redundant header inclusions X-Git-Tag: 2.25.16~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8300820f7bacd8eb85446be5a5edd7829bd640a6;p=platform%2Fupstream%2Fglib.git Remove redundant header inclusions --- diff --git a/glib/gcache.c b/glib/gcache.c index af26150..bace662 100644 --- a/glib/gcache.c +++ b/glib/gcache.c @@ -30,7 +30,10 @@ #include "config.h" -#include "glib.h" +#include "gcache.h" + +#include "ghash.h" +#include "gtestutils.h" /** * SECTION: caches