summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorsbrandt <sbrandt@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-07-03 20:11:27 +0000
committersbrandt <sbrandt@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-07-03 20:11:27 +0000
commitd9fda6d54df1e6de28a99e812e6c5769e4d9be4a (patch)
tree5b2c0d7777a20894d66b1e42f1f58ae73b4b94cc /src/include
parent0d07ac21bf7db6765b83ea1bc88f9f4f05d63af7 (diff)
Remove redundant includes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4840 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cctk_core.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/cctk_core.h b/src/include/cctk_core.h
index 7620e823..340172f1 100644
--- a/src/include/cctk_core.h
+++ b/src/include/cctk_core.h
@@ -15,9 +15,6 @@
/* Grab the main configuration info. */
#include "cctk_Config.h"
-/* Define which thorn the file is in */
-#include "definethisthorn.h"
-
/* Include the constants */
#include "cctk_Constants.h"
@@ -165,12 +162,6 @@ cctk_lsh1,cctk_lsh2,cctk_lsh3
#include "cctk_Termination.h"
#include "cctk_WarnLevel.h"
-/* Include prototypes for scheduled functions */
-#include "cctk_ScheduleFunctions.h"
-
-/* Include prototypes for scheduled functions */
-#include "cctk_ScheduleFunctions.h"
-
/* Include definitions provided by capabilities */
#include "cctk_Capabilities.h"