aboutsummaryrefslogtreecommitdiffstats
path: root/feature
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2019-11-05 06:26:14 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2019-11-05 06:26:14 (GMT)
commit9c4c0a1e366b9d932e4ab2ce03a0e80126d93d9b (patch)
tree928e4c6f49ac50f7e69777b00073df37d7d11e3f /feature
parenteb9898c7fcc017a35c240c1bd83c8a8ff451431a (diff)
downloadpowwow-9c4c0a1e366b9d932e4ab2ce03a0e80126d93d9b.zip
powwow-9c4c0a1e366b9d932e4ab2ce03a0e80126d93d9b.tar.gz
powwow-9c4c0a1e366b9d932e4ab2ce03a0e80126d93d9b.tar.bz2
reorganizing files
Diffstat (limited to 'feature')
-rw-r--r--feature/regex.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/feature/regex.h b/feature/regex.h
deleted file mode 100644
index d630b99..0000000
--- a/feature/regex.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _FEATURE_REGEX_H_
-#define _FEATURE_REGEX_H_
-
-#ifdef USE_REGEXP_PCREPOSIX
-# include <pcreposix.h>
-#elif defined(USE_REGEXP)
-# include <sys/types.h>
-# include <regex.h>
-#endif
-
-#endif /* _FEATURE_REGEX_H_ */