aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_coords.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/test_coords.cc')
-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 bf40c74..0abe7d8 100644
--- a/src/patch/test_coords.cc
+++ b/src/patch/test_coords.cc
@@ -15,14 +15,14 @@
#include "config.h"
#include "stdc.h"
#include "../jtutil/util.hh"
+using jtutil::error_exit;
+using jtutil::radians_of_degrees;
+using jtutil::degrees_of_radians;
#include "coords.hh"
using namespace AHFinderDirect;
using namespace local_coords;
-using jtutil::error_exit;
-using jtutil::radians_of_degrees;
-using jtutil::degrees_of_radians;
//******************************************************************************