diff options
author | joye <joye> | 2013-09-04 18:05:32 (GMT) |
---|---|---|
committer | joye <joye> | 2013-09-04 18:05:32 (GMT) |
commit | c81f21124f08a93a1ce575a335675514e9d3bcdf (patch) | |
tree | 8920b14f44a90f3448d48f4b393a122e545470c6 /src | |
parent | 767cfedf2508d835547939d107d1f7f105d404a8 (diff) | |
download | blt-c81f21124f08a93a1ce575a335675514e9d3bcdf.zip blt-c81f21124f08a93a1ce575a335675514e9d3bcdf.tar.gz blt-c81f21124f08a93a1ce575a335675514e9d3bcdf.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltGrElemLine.C | 1 | ||||
-rw-r--r-- | src/bltGrText.C | 1 | ||||
-rw-r--r-- | src/bltGraph.C | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/bltGrElemLine.C b/src/bltGrElemLine.C index 4d0835f..b93e232 100644 --- a/src/bltGrElemLine.C +++ b/src/bltGrElemLine.C @@ -31,7 +31,6 @@ #include "bltChain.h" #include <X11/Xutil.h> #include "bltGrElem.h" -#include "tkDisplay.h" #include "bltBgStyle.h" #include "bltImage.h" #include "bltBitmap.h" diff --git a/src/bltGrText.C b/src/bltGrText.C index 9dcca5d..56c0392 100644 --- a/src/bltGrText.C +++ b/src/bltGrText.C @@ -30,7 +30,6 @@ #include <bltHash.h> #include <X11/Xutil.h> #include "tkIntBorder.h" -#include "tkDisplay.h" #include "bltImage.h" #include "bltBitmap.h" #include "bltFont.h" diff --git a/src/bltGraph.C b/src/bltGraph.C index f6ff88a..deb0679 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -48,7 +48,6 @@ #include "bltGrLegd.h" #include "bltSwitch.h" #include <X11/Xutil.h> -#include "tkDisplay.h" #include "bltPicture.h" typedef int (GraphCmdProc)(Graph *graphPtr, Tcl_Interp *interp, int objc, |