diff options
Diffstat (limited to 'src/3rdparty/pcre2/src/pcre2_serialize.c')
| -rw-r--r-- | src/3rdparty/pcre2/src/pcre2_serialize.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/3rdparty/pcre2/src/pcre2_serialize.c b/src/3rdparty/pcre2/src/pcre2_serialize.c index a10e3020bbe..f10a3fa0ddd 100644 --- a/src/3rdparty/pcre2/src/pcre2_serialize.c +++ b/src/3rdparty/pcre2/src/pcre2_serialize.c @@ -38,16 +38,14 @@ POSSIBILITY OF SUCH DAMAGE. ----------------------------------------------------------------------------- */ + /* This module contains functions for serializing and deserializing a sequence of compiled codes. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include "pcre2_internal.h" -#include "pcre2_internal.h" /* Magic number to provide a small check against being handed junk. */ |
