Remove redundant header inclusions

This commit is contained in:
Matthias Clasen 2010-09-03 20:30:54 -04:00
parent 3e2f1e3825
commit 96d87da379

View File

@ -23,16 +23,16 @@
#include <string.h> #include <string.h>
#include "glib.h"
#include "glibintl.h"
#include "gregex.h"
#ifdef USE_SYSTEM_PCRE #ifdef USE_SYSTEM_PCRE
#include <pcre.h> #include <pcre.h>
#else #else
#include "pcre/pcre.h" #include "pcre/pcre.h"
#endif #endif
#include "gtypes.h"
#include "gregex.h"
#include "glibintl.h"
/** /**
* SECTION:gregex * SECTION:gregex
* @title: Perl-compatible regular expressions * @title: Perl-compatible regular expressions