aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-31 10:59:02 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-31 10:59:02 +0000
commit3a0cb99051aaf7c414a0dec9ec911174c759cd9c (patch)
treefad9a4954d90b1055b65187702e00deb8a3ae9ff /src
parentcd24975d108adfea512ee1f10a9a980284d451bf (diff)
minor tweaks to cctk #include dependencies
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@412 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/patch/patch_interp.cc2
-rw-r--r--src/patch/patch_interp.hh3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/patch/patch_interp.cc b/src/patch/patch_interp.cc
index 9eae824..4e6ef58 100644
--- a/src/patch/patch_interp.cc
+++ b/src/patch/patch_interp.cc
@@ -18,11 +18,11 @@
// jtutil:: stuff
#include "jt/stdc.h"
#include "jt/util.hh"
-using jtutil::error_exit;
#include "jt/array.hh"
#include "jt/cpm_map.hh"
#include "jt/linear_map.hh"
#include "jt/interpolate.hh"
+using jtutil::error_exit;
#include "fp.hh"
#include "coords.hh"
diff --git a/src/patch/patch_interp.hh b/src/patch/patch_interp.hh
index 0857860..007da3e 100644
--- a/src/patch/patch_interp.hh
+++ b/src/patch/patch_interp.hh
@@ -6,6 +6,9 @@
// <stdio.h>
// <assert.h>
// <math.h>
+//
+// "cctk.h"
+//
// "jt/util.hh"
// "jt/array.hh"
// "jt/linear_map.hh"