summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-05-22 19:03:35 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-05-22 19:03:35 +0000
commit3d1a89bf52d513be1eb7f4704455009b0b987601 (patch)
tree008878ff64cabd8baede3753e0f443e9ed25e7e6 /pcreposix.c
parent8291b325bd0ad12b8286f94c97b7ff53d4feb62b (diff)
downloadpcre-3d1a89bf52d513be1eb7f4704455009b0b987601.tar.gz
Remove explicit include of pcre.h from pcreposix.c because pcre_internal.h
already includes it. This avoids a PCRE_EXP_DECL problem. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@521 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcreposix.c')
-rw-r--r--pcreposix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcreposix.c b/pcreposix.c
index 2400d97..3472c17 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -57,7 +57,6 @@ previously been set. */
# define PCREPOSIX_EXP_DEFN __declspec(dllexport)
#endif
-#include "pcre.h"
#include "pcre_internal.h"
#include "pcreposix.h"