diff options
Diffstat (limited to 'src/bltGrPSOutput.C')
-rw-r--r-- | src/bltGrPSOutput.C | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index 5076afd..f6af644 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -30,12 +30,6 @@ #include <stdarg.h> -#include <X11/Xlib.h> -#include <X11/Xutil.h> -#include <X11/Xatom.h> - -#include "bltC.h" - extern "C" { #include <tkPort.h> #include <tkInt.h> @@ -46,6 +40,11 @@ extern "C" { extern "C" { #include "bltInt.h" +}; + +#include "bltGrMisc.h" + +extern "C" { #include "bltPsInt.h" }; |