Reduce header complexity of PCRE2

This commit is contained in:
Justine Tunney 2023-12-10 06:08:25 -08:00
parent b27e9fe845
commit 4a63e4a27e
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
14 changed files with 25 additions and 15 deletions

View file

@ -91,10 +91,6 @@ not have stdint.h, which is why we use inttypes.h, which according to the C
standard is a superset of stdint.h. If inttypes.h is not available the build
will break and the relevant values must be provided by some other means. */
#include <limits.h>
#include <stdlib.h>
#include <inttypes.h>
/* Allow for C++ users compiling this directly. */
#ifdef __cplusplus