From 549c0cccd44dc36a6ba8c480fa65bcaad6cb20ec Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Mar 2008 16:10:58 +0000 Subject: extracted regexp functionality to its own dynamically loadable module --- template.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'template.h') diff --git a/template.h b/template.h index 1179fe06..eb9f3045 100644 --- a/template.h +++ b/template.h @@ -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 -#endif - struct template { struct template *pNext; char *pszName; -- cgit