aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/test_cpm_map.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:15:44 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:15:44 +0000
commit170d95f90491564201ce450f97ba9431724ebc0d (patch)
treecd0dbc11a0cb88e9d0668135b85f3b1fcb7beb9e /src/jtutil/test_cpm_map.cc
parent7a935a076990a3361290ff35688efba76d579936 (diff)
switch to new organization for #include files:
we #include stuff in . and ../include directly, everything else includes a relative pathname ../whereever/foo.hh git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@589 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/jtutil/test_cpm_map.cc')
-rw-r--r--src/jtutil/test_cpm_map.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jtutil/test_cpm_map.cc b/src/jtutil/test_cpm_map.cc
index aa1b724..e9098e3 100644
--- a/src/jtutil/test_cpm_map.cc
+++ b/src/jtutil/test_cpm_map.cc
@@ -3,9 +3,9 @@
#include <assert.h>
#include <stdio.h>
-#include "jt/stdc.h"
-#include "jt/util.hh"
-#include "jt/cpm_map.hh"
+#include "stdc.h"
+#include "util.hh"
+#include "cpm_map.hh"
using jtutil::cpm_map;
//******************************************************************************