aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/test_round.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_round.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_round.cc')
-rw-r--r--src/jtutil/test_round.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtutil/test_round.cc b/src/jtutil/test_round.cc
index 9bcc280..630cc7d 100644
--- a/src/jtutil/test_round.cc
+++ b/src/jtutil/test_round.cc
@@ -3,8 +3,8 @@
#include <stdio.h>
#include <assert.h>
-#include "jt/stdc.h"
-#include "jt/util.hh"
+#include "stdc.h"
+#include "util.hh"
using jtutil::round;
//