summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/ExcludeList.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/common/ExcludeList.cpp b/lib/common/ExcludeList.cpp
index 3edbc291..e24246c8 100644
--- a/lib/common/ExcludeList.cpp
+++ b/lib/common/ExcludeList.cpp
@@ -10,11 +10,7 @@
#include "Box.h"
#ifdef HAVE_REGEX_H
- #ifdef WIN32
- #include <pcreposix.h>
- #else
- #include <regex.h>
- #endif // WIN32
+ #include <regex.h>
#define EXCLUDELIST_IMPLEMENTATION_REGEX_T_DEFINED
#endif