aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-08-12 14:54:56 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-08-12 14:54:56 +0000
commitfb2c0b08e839edc9ba4dc7000a0be409277a0503 (patch)
tree661593b6d15f0285aeb159f61f930b29967b0fa3 /src
parent9e721cd3fc895a49098dd98231035a4a50b817ba (diff)
reorder C++ using directives
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@691 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/patch/test_coords.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/patch/test_coords.cc b/src/patch/test_coords.cc
index 0e0c281..2fc47de 100644
--- a/src/patch/test_coords.cc
+++ b/src/patch/test_coords.cc
@@ -15,12 +15,12 @@
#include "stdc.h"
#include "config.hh"
#include "../jtutil/util.hh"
-
-#include "coords.hh"
-
using jtutil::error_exit;
using jtutil::radians_of_degrees;
using jtutil::degrees_of_radians;
+
+#include "coords.hh"
+
using namespace local_coords;
//******************************************************************************