summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 22:25:09 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-19 22:25:09 +0000
commited14804072e1a5cfec16c37daebc3946fb45550a (patch)
treee0b4ff527d3dd46916f6a9c4d8904b38b4f433ad
parent88ce80a966c1e6c031647fe43dafd1fda6c2d598 (diff)
Alphabetising include files
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1606 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/include/cctk.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 57f517e4..a3a9b39b 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -76,30 +76,30 @@
#ifdef CCODE
#include "cGH.h"
-#include "cctk_Flesh.h"
-#include "cctk_IO.h"
-#include "cctk_Comm.h"
-#include "cctk_Main.h"
-#include "cctk_GHExtensions.h"
#include "cctk_ActiveThorns.h"
#include "cctk_Banner.h"
#include "cctk_Cache.h"
+#include "cctk_Coord.h"
+#include "cctk_Comm.h"
#include "cctk_CommandLine.h"
#include "cctk_Complex.h"
-#include "cctk_Coord.h"
#include "cctk_File.h"
+#include "cctk_Flesh.h"
+#include "cctk_GHExtensions.h"
#include "cctk_Groups.h"
-#include "cctk_Stagger.h"
#include "cctk_GroupsOnGH.h"
-#include "cctk_GHExtensions.h"
#include "cctk_Interp.h"
+#include "cctk_IO.h"
#include "cctk_IOMethods.h"
+#include "cctk_Main.h"
+#include "cctk_Malloc.h"
#include "cctk_Misc.h"
#include "cctk_Parameter.h"
#include "cctk_Reduction.h"
+#include "cctk_Stagger.h"
+#include "cctk_Sync.h"
#include "cctk_WarnLevel.h"
-#include "cctk_Malloc.h"
#define CCTK_GFINDEX3D(GH,i,j,k) ((i) + (GH)->cctk_lsh[0]*((j)+(GH)->cctk_lsh[1]*(k)))
#define CCTK_GFINDEX2D(GH,i,j) ((i) + (GH)->cctk_lsh[0]*((j)))