summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2013-09-12 18:07:13 (GMT)
committerjoye <joye>2013-09-12 18:07:13 (GMT)
commitad941bc52f8c656f0b9b7d7fbd83d248777bf687 (patch)
tree93f479c18184a867983b8d5c30a746dcfa45e470
parent0641198966e1ef89f1a59263e7b3d1ba1b582e83 (diff)
downloadblt-ad941bc52f8c656f0b9b7d7fbd83d248777bf687.zip
blt-ad941bc52f8c656f0b9b7d7fbd83d248777bf687.tar.gz
blt-ad941bc52f8c656f0b9b7d7fbd83d248777bf687.tar.bz2
*** empty log message ***
-rw-r--r--src/bltConfig.C3
-rw-r--r--src/bltGrLegd.C1
-rw-r--r--src/bltGrMisc.C1
-rw-r--r--src/bltGraph.h1
4 files changed, 5 insertions, 1 deletions
diff --git a/src/bltConfig.C b/src/bltConfig.C
index 96aefcd..5889032 100644
--- a/src/bltConfig.C
+++ b/src/bltConfig.C
@@ -76,8 +76,9 @@
#include <assert.h>
#include <stdarg.h>
-#include "bltMath.h"
#include "bltInt.h"
+#include "bltWindow.h"
+#include "bltMath.h"
#include "bltFont.h"
#include "bltPicture.h"
#include "bltBgStyle.h"
diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C
index 45b59ac..9787f76 100644
--- a/src/bltGrLegd.C
+++ b/src/bltGrLegd.C
@@ -29,6 +29,7 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
+#include "bltWindow.h"
#include "bltMath.h"
#include "bltGraph.h"
#include "bltOp.h"
diff --git a/src/bltGrMisc.C b/src/bltGrMisc.C
index ea6c8bd..b65fe9a 100644
--- a/src/bltGrMisc.C
+++ b/src/bltGrMisc.C
@@ -31,6 +31,7 @@
#include <stdarg.h>
#include <X11/Xutil.h>
+#include "bltWindow.h"
#include "bltMath.h"
#include "bltGraph.h"
#include "bltOp.h"
diff --git a/src/bltGraph.h b/src/bltGraph.h
index 13359b1..84688cf 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -28,6 +28,7 @@
#define _BLT_GRAPH_H
#include "bltInt.h"
+#include "bltWindow.h"
#include "bltHash.h"
#include "bltBind.h"
#include "bltChain.h"