summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxisOp.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-24 16:27:43 (GMT)
committerjoye <joye>2014-04-24 16:27:43 (GMT)
commit672793e3b2f23fdeefb22f7be6437d2048930188 (patch)
tree585706134eaccfd75dfdf129682a98f4fff4c815 /src/bltGrAxisOp.h
parent930a8fe1233c690bf375a2add02fd610d4bbf3d1 (diff)
downloadblt-672793e3b2f23fdeefb22f7be6437d2048930188.zip
blt-672793e3b2f23fdeefb22f7be6437d2048930188.tar.gz
blt-672793e3b2f23fdeefb22f7be6437d2048930188.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrAxisOp.h')
-rw-r--r--src/bltGrAxisOp.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bltGrAxisOp.h b/src/bltGrAxisOp.h
index 4d7affb..621a3e4 100644
--- a/src/bltGrAxisOp.h
+++ b/src/bltGrAxisOp.h
@@ -30,12 +30,9 @@
#ifndef __BltGrAxisOp_h__
#define __BltGrAxisOp_h__
-#include <tk.h>
-#ifdef USE_TK_STUBS
-#include <tkInt.h>
-#endif
+#include "bltGraph.h"
-extern const TkEnsemble axisEnsemble[];
+extern const Ensemble axisEnsemble[];
extern int AxisObjConfigure(Axis* axisPtr, Tcl_Interp* interp,
int objc, Tcl_Obj* const objv[]);