X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2eca425d4bc323540de9d5d525f6b2d295d8ed1a..999e841c9e389782e3e5a473256d2da811a414f5:/include/wx/gtk1/pen.h diff --git a/include/wx/gtk1/pen.h b/include/wx/gtk1/pen.h index 218116ce8a..2f1d51c909 100644 --- a/include/wx/gtk1/pen.h +++ b/include/wx/gtk1/pen.h @@ -21,7 +21,7 @@ #include "wx/gdiobj.h" #include "wx/gdicmn.h" -#include +#include // only needed for wxGTKDash, should it go elsewhere.. //----------------------------------------------------------------------------- // classes @@ -29,8 +29,6 @@ class wxPen; -typedef wxInt8 wxDash; - #if GTK_CHECK_VERSION(1,2,7) typedef gint8 wxGTKDash; #else