[glib] Remove redundant header inclusions



commit 489b780bb95d9941617ab21160823e0ad268f1b7
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 3 19:32:02 2010 -0400

    Remove redundant header inclusions

 glib/gbase64.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gbase64.c b/glib/gbase64.c
index a3c265f..1b8b7a6 100644
--- a/glib/gbase64.c
+++ b/glib/gbase64.c
@@ -28,7 +28,7 @@
 #include <string.h>
 
 #include "gbase64.h"
-#include "glib.h"
+#include "gtestutils.h"
 #include "glibintl.h"
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]