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/util/attribute.C | |
parent | a3f82918371443d51f3cf2c99d74d6ed55d7b964 (diff) | |
download | blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.zip blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.tar.gz blt-263c354c2b48b8b3a72e6c14751657cedacaadd9.tar.bz2 |
clean up code
Diffstat (limited to 'tksao/util/attribute.C')
-rw-r--r-- | tksao/util/attribute.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/util/attribute.C b/tksao/util/attribute.C index 49a582e..cdeacf1 100644 --- a/tksao/util/attribute.C +++ b/tksao/util/attribute.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" #include "attribute.h" #include "widget.h" -#include "util.h" Attribute::Attribute(Widget* p) : parent(p) { |