summaryrefslogtreecommitdiffstats
path: root/tksao/widget
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/widget
parenta3f82918371443d51f3cf2c99d74d6ed55d7b964 (diff)
downloadblt-263c354c2b48b8b3a72e6c14751657cedacaadd9.zip
blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.tar.gz
blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.tar.bz2
clean up code
Diffstat (limited to 'tksao/widget')
-rw-r--r--tksao/widget/truecolor16.C2
-rw-r--r--tksao/widget/truecolor24.C2
-rw-r--r--tksao/widget/truecolor8.C2
-rw-r--r--tksao/widget/widget.C2
4 files changed, 4 insertions, 4 deletions
diff --git a/tksao/widget/truecolor16.C b/tksao/widget/truecolor16.C
index abffe05..d2f0675 100644
--- a/tksao/widget/truecolor16.C
+++ b/tksao/widget/truecolor16.C
@@ -2,8 +2,8 @@
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"
-#include "truecolor16.h"
#include "util.h"
+#include "truecolor16.h"
TrueColor16::TrueColor16(Visual* visual)
{
diff --git a/tksao/widget/truecolor24.C b/tksao/widget/truecolor24.C
index 422dcd4..2f6c281 100644
--- a/tksao/widget/truecolor24.C
+++ b/tksao/widget/truecolor24.C
@@ -2,8 +2,8 @@
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"
-#include "truecolor24.h"
#include "util.h"
+#include "truecolor24.h"
TrueColor24::TrueColor24(Visual* visual)
{
diff --git a/tksao/widget/truecolor8.C b/tksao/widget/truecolor8.C
index 76f172c..dc28afa 100644
--- a/tksao/widget/truecolor8.C
+++ b/tksao/widget/truecolor8.C
@@ -2,8 +2,8 @@
// Smithsonian Astrophysical Observatory, Cambridge, MA, USA
// For conditions of distribution and use, see copyright notice in "copyright"
-#include "truecolor8.h"
#include "util.h"
+#include "truecolor8.h"
TrueColor8::TrueColor8(Visual* visual)
{
diff --git a/tksao/widget/widget.C b/tksao/widget/widget.C
index 6fa677f..552558c 100644
--- a/tksao/widget/widget.C
+++ b/tksao/widget/widget.C
@@ -4,8 +4,8 @@
#include <tkInt.h>
+#include "util.h" // macos/win
#include "widget.h"
-#include "util.h" // macos
// Tk Canvas Widget Functions Declaration