[glib] Remove redundant header inclusions



commit 96d87da379879f20e2c162b468525aaa1a0a82dd
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 3 20:30:54 2010 -0400

    Remove redundant header inclusions

 glib/gregex.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glib/gregex.c b/glib/gregex.c
index 576632d..f21fbe8 100644
--- a/glib/gregex.c
+++ b/glib/gregex.c
@@ -23,16 +23,16 @@
 
 #include <string.h>
 
-#include "glib.h"
-#include "glibintl.h"
-#include "gregex.h"
-
 #ifdef USE_SYSTEM_PCRE
 #include <pcre.h>
 #else
 #include "pcre/pcre.h"
 #endif
 
+#include "gtypes.h"
+#include "gregex.h"
+#include "glibintl.h"
+
 /**
  * SECTION:gregex
  * @title: Perl-compatible regular expressions



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