diff options
| author | jvoisin | 2019-02-23 19:36:24 +0100 |
|---|---|---|
| committer | jvoisin | 2019-02-23 19:36:24 +0100 |
| commit | 809920b8cb130e105847a9956c51a6ecb08e2938 (patch) | |
| tree | 254fa43e3206f6d7df3896503473cdd038d372a8 /src/sp_pcre_compat.c | |
| parent | d03c3c8d01f6f507bf844fec07477f30e3db61d9 (diff) | |
Try to unify the includes
Diffstat (limited to 'src/sp_pcre_compat.c')
| -rw-r--r-- | src/sp_pcre_compat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp_pcre_compat.c b/src/sp_pcre_compat.c index 233ddc0..3f8ff1e 100644 --- a/src/sp_pcre_compat.c +++ b/src/sp_pcre_compat.c | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #include "php_snuffleupagus.h" | 1 | #include "php_snuffleupagus.h" |
| 2 | 2 | ||
| 3 | #include "sp_pcre_compat.h" | ||
| 4 | |||
| 5 | sp_pcre* sp_pcre_compile(const char* const pattern) { | 3 | sp_pcre* sp_pcre_compile(const char* const pattern) { |
| 6 | sp_pcre* ret = NULL; | 4 | sp_pcre* ret = NULL; |
| 7 | #ifdef SP_HAS_PCRE2 | 5 | #ifdef SP_HAS_PCRE2 |
