aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc
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/restrict_3d_cc_rf2.cc
parent0c5ebf66d02eaebe2fe8de5641df163ad2d39258 (diff)
CarpetLib: Rearrange order of #include statements
Diffstat (limited to 'Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc')
-rw-r--r--Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc b/Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc
index a0f74acde..5e9ff5e84 100644
--- a/Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc
+++ b/Carpet/CarpetLib/src/restrict_3d_cc_rf2.cc
@@ -1,10 +1,10 @@
+#include <cctk.h>
+#include <cctk_Parameters.h>
+
#include <algorithm>
#include <cassert>
#include <cmath>
-#include <cctk.h>
-#include <cctk_Parameters.h>
-
#include "operator_prototypes_3d.hh"
#include "typeprops.hh"