diff options
Diffstat (limited to 'bltGrMarkerBitmap.C')
-rw-r--r-- | bltGrMarkerBitmap.C | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bltGrMarkerBitmap.C b/bltGrMarkerBitmap.C index afdb049..c7a9bdd 100644 --- a/bltGrMarkerBitmap.C +++ b/bltGrMarkerBitmap.C @@ -27,16 +27,11 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -extern "C" { -#include "bltGraph.h" -}; - #include "bltGrMarkerBitmap.h" +#include "bltGrMarkerOption.h" using namespace Blt; -// OptionSpecs - static Tk_OptionSpec optionSpecs[] = { {TK_OPTION_ANCHOR, "-anchor", "anchor", "Anchor", "center", -1, Tk_Offset(BitmapMarkerOptions, anchor), 0, NULL, 0}, |