diff options
Diffstat (limited to 'mask.cc')
-rw-r--r-- | mask.cc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,6 +1,3 @@ -#ifdef USE_PCH -#include "pch.h" -#else #include "mask.h" #include "debug.h" #include "util.h" @@ -8,7 +5,6 @@ #include <cstdlib> #include <pcre.h> -#endif mask_t::mask_t(const std::string& pat) : exclude(false) { |