diff options
author | joye <joye> | 2014-04-24 16:27:43 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-24 16:27:43 (GMT) |
commit | 672793e3b2f23fdeefb22f7be6437d2048930188 (patch) | |
tree | 585706134eaccfd75dfdf129682a98f4fff4c815 /src/bltGrPostscriptOp.h | |
parent | 930a8fe1233c690bf375a2add02fd610d4bbf3d1 (diff) | |
download | blt-672793e3b2f23fdeefb22f7be6437d2048930188.zip blt-672793e3b2f23fdeefb22f7be6437d2048930188.tar.gz blt-672793e3b2f23fdeefb22f7be6437d2048930188.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrPostscriptOp.h')
-rw-r--r-- | src/bltGrPostscriptOp.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bltGrPostscriptOp.h b/src/bltGrPostscriptOp.h index 4257138..4ca61c5 100644 --- a/src/bltGrPostscriptOp.h +++ b/src/bltGrPostscriptOp.h @@ -30,12 +30,9 @@ #ifndef __BltGrPageSetupOp_h__ #define __BltGrPageSetupOp_h__ -#include <tk.h> -#ifdef USE_TK_STUBS -#include <tkInt.h> -#endif +#include "bltGraph.h" -extern const TkEnsemble pageSetupEnsemble[]; +extern const Ensemble pageSetupEnsemble[]; extern int PageSetupObjConfigure(Graph* graphPtr, Tcl_Interp* interp, int objc, Tcl_Obj* const objv[]); |