summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2013-09-06 18:30:12 (GMT)
committerjoye <joye>2013-09-06 18:30:12 (GMT)
commitc03bb7905fdbe9b2393dc26a9059042b622bd407 (patch)
tree7f95593d3f0fea0feb9f87504b9d603a8440cd57
parent676f889078448462e13e73395dbfc0854b7f9fcd (diff)
downloadblt-c03bb7905fdbe9b2393dc26a9059042b622bd407.zip
blt-c03bb7905fdbe9b2393dc26a9059042b622bd407.tar.gz
blt-c03bb7905fdbe9b2393dc26a9059042b622bd407.tar.bz2
*** empty log message ***
-rw-r--r--src/bltGrPSOutput.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C
index 5fa5ff6..a5f509d 100644
--- a/src/bltGrPSOutput.C
+++ b/src/bltGrPSOutput.C
@@ -27,16 +27,16 @@
*
*/
-#include "bltInt.h"
#include <stdarg.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
+
+#include "bltInt.h"
#include "tkIntBorder.h"
#include "bltDBuffer.h"
#include "bltPicture.h"
#include "bltPsInt.h"
#include "tkDisplay.h"
-#include "tkFont.h"
#define PS_MAXPATH 1500 /* Maximum number of components in a
* PostScript (level 1) path. */