summaryrefslogtreecommitdiff
path: root/mask.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mask.cc')
-rw-r--r--mask.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/mask.cc b/mask.cc
index 7a7a1fc3..ea621206 100644
--- a/mask.cc
+++ b/mask.cc
@@ -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)
{