diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-03-31 20:58:41 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-03-31 20:58:41 (GMT) |
commit | 53f124004064f09c0b5026594f7dc6236c428c94 (patch) | |
tree | 8ad4a769c0ec2b76b2812d49d95bff70e43395cb /tksao | |
parent | 77be148e23a29a7a1c8a414e2e57248ea8cb6e13 (diff) | |
download | blt-53f124004064f09c0b5026594f7dc6236c428c94.zip blt-53f124004064f09c0b5026594f7dc6236c428c94.tar.gz blt-53f124004064f09c0b5026594f7dc6236c428c94.tar.bz2 |
clean up code
Diffstat (limited to 'tksao')
-rw-r--r-- | tksao/colorbar/colortag.h | 1 | ||||
-rw-r--r-- | tksao/tkutil/psutil.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tksao/colorbar/colortag.h b/tksao/colorbar/colortag.h index 6bb7e2d..061bc42 100644 --- a/tksao/colorbar/colortag.h +++ b/tksao/colorbar/colortag.h @@ -6,7 +6,6 @@ #define __colortag_h__ #include <tk.h> -#include <X11/Xlib.h> class Colorbar; diff --git a/tksao/tkutil/psutil.h b/tksao/tkutil/psutil.h index 334fe51..5ae4636 100644 --- a/tksao/tkutil/psutil.h +++ b/tksao/tkutil/psutil.h @@ -6,7 +6,6 @@ #define __psutil_h__ #include <tk.h> -#include <X11/Xlib.h> #include <iostream> #include <sstream> |