diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-03-20 18:46:56 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-03-20 18:46:56 (GMT) |
commit | 263c354c2b48b8b3a72e6c14751657cedacaadd9 (patch) | |
tree | 416abf0732d05282f1697ed72c8105b77760ceb2 /tksao/widget | |
parent | a3f82918371443d51f3cf2c99d74d6ed55d7b964 (diff) | |
download | blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.zip blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.tar.gz blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.tar.bz2 |
clean up code
Diffstat (limited to 'tksao/widget')
-rw-r--r-- | tksao/widget/truecolor16.C | 2 | ||||
-rw-r--r-- | tksao/widget/truecolor24.C | 2 | ||||
-rw-r--r-- | tksao/widget/truecolor8.C | 2 | ||||
-rw-r--r-- | tksao/widget/widget.C | 2 |
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 |