diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-05-02 21:04:41 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-05-02 21:04:41 (GMT) |
commit | 07aec6246fe858fe46edf5136f166ec7ee6fca3c (patch) | |
tree | 6eb743de4f8671f92cdbf213c19779a880dbcf82 /tksao/frame | |
parent | 35c56ad0a88a4d53e613230d0d1156780135e3f4 (diff) | |
download | blt-07aec6246fe858fe46edf5136f166ec7ee6fca3c.zip blt-07aec6246fe858fe46edf5136f166ec7ee6fca3c.tar.gz blt-07aec6246fe858fe46edf5136f166ec7ee6fca3c.tar.bz2 |
simplify includes
Diffstat (limited to 'tksao/frame')
-rw-r--r-- | tksao/frame/contour.h | 5 | ||||
-rw-r--r-- | tksao/frame/fitsmask.h | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/tksao/frame/contour.h b/tksao/frame/contour.h index bda8cbd..fcecae0 100644 --- a/tksao/frame/contour.h +++ b/tksao/frame/contour.h @@ -5,10 +5,7 @@ #ifndef __contour_h__ #define __contour_h__ -#include <X11/Xlib.h> -#include <X11/Xutil.h> - -#include "vector.h" +#include "util.h" #include "vector3d.h" #include "list.h" #include "coord.h" diff --git a/tksao/frame/fitsmask.h b/tksao/frame/fitsmask.h index 6c754e0..87e40e3 100644 --- a/tksao/frame/fitsmask.h +++ b/tksao/frame/fitsmask.h @@ -5,7 +5,7 @@ #ifndef __fitsmask_h__ #define __fitsmask_h__ -#include <X11/Xlib.h> +#include "util.h" class Base; class FitsImage; |