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 "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