diff options
Diffstat (limited to 'template.h')
-rw-r--r-- | template.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -25,14 +25,9 @@ #ifndef TEMPLATE_H_INCLUDED #define TEMPLATE_H_INCLUDED 1 - +#include "regexp.h" #include "stringbuf.h" -#ifdef FEATURE_REGEXP -/* Include regular expressions */ -#include <regex.h> -#endif - struct template { struct template *pNext; char *pszName; |