From d814129bdce635b198630ebee3f902ad1c064c89 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 6 Sep 2001 15:52:14 +0000 Subject: Include "cctk_GNU.h" which also knows where to include from. Thanks Tom. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2343 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/Groups.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/Groups.c b/src/main/Groups.c index f284d472..93f56a48 100644 --- a/src/main/Groups.c +++ b/src/main/Groups.c @@ -13,11 +13,6 @@ #include #include #include -#ifdef HAVE_REGEX_H -#include -#else -#include "../gnu/regex.h" -#endif #include "cctk_Constants.h" #include "cctk_WarnLevel.h" @@ -26,6 +21,7 @@ #include "cctk_Groups.h" #include "cctk_Parameter.h" #include "cctk_Types.h" +#include "cctk_GNU.h" /* includes */ #include "cctki_Stagger.h" #include "cctki_Groups.h" -- cgit v1.2.3