aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/defs.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-02 13:33:42 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:40 +0000
commitc364073589286a4667233eda63d24b9cb24e90f0 (patch)
tree6e6ff95aafde4c351c264856bf85ec2e199ffef7 /Carpet/CarpetLib/src/defs.hh
parent0c5ebf66d02eaebe2fe8de5641df163ad2d39258 (diff)
CarpetLib: Rearrange order of #include statements
Diffstat (limited to 'Carpet/CarpetLib/src/defs.hh')
-rw-r--r--Carpet/CarpetLib/src/defs.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/defs.hh b/Carpet/CarpetLib/src/defs.hh
index 65a1edce5..7c9a98f42 100644
--- a/Carpet/CarpetLib/src/defs.hh
+++ b/Carpet/CarpetLib/src/defs.hh
@@ -1,6 +1,8 @@
#ifndef DEFS_HH
#define DEFS_HH
+#include <cctk.h>
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
@@ -16,8 +18,6 @@
#include <stack>
#include <vector>
-#include "cctk.h"
-
#include "typeprops.hh"