diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-03-19 18:59:52 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-03-19 18:59:52 (GMT) |
commit | 359361064e5632363631e583ae51407058a2e965 (patch) | |
tree | ea8bbc29941f130365047779f6e6e0e621cf4f8a /tksao/util/attribute.C | |
parent | a6a08197aaf669eefcae6d183ea91fc58f5387cf (diff) | |
download | blt-359361064e5632363631e583ae51407058a2e965.zip blt-359361064e5632363631e583ae51407058a2e965.tar.gz blt-359361064e5632363631e583ae51407058a2e965.tar.bz2 |
clean up code
Diffstat (limited to 'tksao/util/attribute.C')
-rw-r--r-- | tksao/util/attribute.C | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tksao/util/attribute.C b/tksao/util/attribute.C index 22ae98d..ac0a665 100644 --- a/tksao/util/attribute.C +++ b/tksao/util/attribute.C @@ -3,7 +3,6 @@ // For conditions of distribution and use, see copyright notice in "copyright" #include "attribute.h" -#include "util.h" #include "widget.h" Attribute::Attribute(Widget* p) : parent(p) |