diff options
Diffstat (limited to 'src/bltGrMarkerOp.h')
-rw-r--r-- | src/bltGrMarkerOp.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bltGrMarkerOp.h b/src/bltGrMarkerOp.h index d6aa9dd..39ba808 100644 --- a/src/bltGrMarkerOp.h +++ b/src/bltGrMarkerOp.h @@ -30,11 +30,8 @@ #ifndef __Blt_GrMarkerOp_h__ #define __Blt_GrMarkerOp_h__ -#include <tk.h> -#ifdef USE_TK_STUBS -#include <tkInt.h> -#endif +#include "bltGraph.h" -extern const TkEnsemble markerEnsemble[]; +extern const Ensemble markerEnsemble[]; #endif |