aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-10-17 10:55:38 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-10-17 10:55:38 +0000
commitf412583f88237ee9d80d475c8d9f80b5ad492dfe (patch)
tree82484c913fdf0acc1b81fcb86cb1df0b89e37a74 /src/Startup.c
parentd0e95a8cbd833c85461904e90cefe90cf1f93937 (diff)
Changes to header files
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@33 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 2fb2aec..3ad8390 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -11,9 +11,7 @@ static char *rcsid="$Header$";
#include <stdio.h>
-#include "cctk_Flesh.h"
-#include "cctk_GHExtensions.h"
-
+#include "cctk.h"
/* prototypes of functions to be registered */
void *IOUtil_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH);