mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Remove redundant header inclusions
This commit is contained in:
parent
3e2f1e3825
commit
96d87da379
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user