summaryrefslogtreecommitdiff
path: root/src/main/Groups.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-06 15:52:14 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-09-06 15:52:14 +0000
commitd814129bdce635b198630ebee3f902ad1c064c89 (patch)
treec8c00022dc748b60a37bc87662b8833ff87df4bb /src/main/Groups.c
parent54c5c049cbfac53ddff1eb7432fe6e75b4096f47 (diff)
Include "cctk_GNU.h" which also knows where to include <regex.h> from.
Thanks Tom. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2343 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Groups.c')
-rw-r--r--src/main/Groups.c6
1 files changed, 1 insertions, 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 <stdlib.h>
#include <string.h>
#include <stdarg.h>
-#ifdef HAVE_REGEX_H
-#include <regex.h>
-#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 <regex.h> */
#include "cctki_Stagger.h"
#include "cctki_Groups.h"