From 96d87da379879f20e2c162b468525aaa1a0a82dd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Sep 2010 20:30:54 -0400 Subject: [PATCH] Remove redundant header inclusions --- glib/gregex.c | 8 ++++---- 1 file 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 -#include "glib.h" -#include "glibintl.h" -#include "gregex.h" - #ifdef USE_SYSTEM_PCRE #include #else #include "pcre/pcre.h" #endif +#include "gtypes.h" +#include "gregex.h" +#include "glibintl.h" + /** * SECTION:gregex * @title: Perl-compatible regular expressions -- 2.7.4