summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-16 12:45:34 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-16 12:45:34 +0000
commitb996296aec13d0be0149984a39ed33fa41ece26d (patch)
treec7ea8d56c345d8b78c4777177dceeacb2b964df1
parent01638be01be1f60cdec5e8d5bc1290f15cbb6651 (diff)
Renaming file
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1267 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/cctk_Config.h.in (renamed from lib/make/cctk_config.h.in)6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/make/cctk_config.h.in b/lib/make/cctk_Config.h.in
index d3847497..f2191610 100644
--- a/lib/make/cctk_config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -116,12 +116,12 @@
#endif /*FCODE */
/* Now include the code to pick an appropriate precison for reals and ints */
-#include "cctk_types.h"
+#include "cctk_Types.h"
/* Include any other stuff which is specific to this architecture */
-#include "cctk_archdefs.h"
+#include "cctk_Archdefs.h"
/* Include any extra stuff from optional extra packages. */
-#include "cctk_extradefs.h"
+#include "cctk_Extradefs.h"
#endif /* _CCTK_CONFIG_H_ */