aboutsummaryrefslogtreecommitdiff
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
parentd0e95a8cbd833c85461904e90cefe90cf1f93937 (diff)
Changes to header files
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@33 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--src/CheckpointRecovery.c5
-rw-r--r--src/GHExtension.c7
-rw-r--r--src/Startup.c4
3 files changed, 2 insertions, 14 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index ebf8eb0..c7df1e3 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -12,14 +12,9 @@
#include <stdlib.h>
#include "cctk.h"
-#include "cctk_Flesh.h"
#include "cctk_parameters.h"
-#include "cctk_Groups.h"
-#include "cctk_Comm.h"
-#include "cctk_GHExtensions.h"
#include "ioGH.h"
#include "StoreHandledData.h"
-#include "cctk_WarnLevel.h"
/* Local data holding info on Recover Functions*/
static cHandledData *RecoverFunctions = NULL;
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 2430aa5..ce7f0e2 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -19,12 +19,7 @@
#include <string.h>
#include <stdio.h>
-#include "cctk_Flesh.h"
-#include "cctk_Groups.h"
-#include "cctk_Comm.h"
-#include "cctk_Misc.h"
-#include "cctk_WarnLevel.h"
-#include "cctk_GHExtensions.h"
+#include "cctk.h"
#include "cctk_parameters.h"
#include "ioGH.h"
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);