summaryrefslogtreecommitdiffstats
path: root/tksao/frame/line.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-03-20 18:46:56 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-03-20 18:46:56 (GMT)
commit263c354c2b48b8b3a72e6c14751657cedacaadd9 (patch)
tree416abf0732d05282f1697ed72c8105b77760ceb2 /tksao/frame/line.C
parenta3f82918371443d51f3cf2c99d74d6ed55d7b964 (diff)
downloadblt-263c354c2b48b8b3a72e6c14751657cedacaadd9.zip
blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.tar.gz
blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.tar.bz2
clean up code
Diffstat (limited to 'tksao/frame/line.C')
-rw-r--r--tksao/frame/line.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/line.C b/tksao/frame/line.C
index ec7b076..255e2a7 100644
--- a/tksao/frame/line.C
+++ b/tksao/frame/line.C
@@ -2,9 +2,9 @@
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"
+#include "util.h" // macos/win
#include "line.h"
#include "fitsimage.h"
-#include "util.h" // macos
Line::Line(Base* p, const Vector& ptr1, const Vector& ptr2)
: BaseLine(p, ptr1, ptr2)