X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..7e1bcfa80e19ac853b8bc7084075fe3b01e63f03:/include/wx/bitmap.h diff --git a/include/wx/bitmap.h b/include/wx/bitmap.h index cd701f737a..9d113ffa91 100644 --- a/include/wx/bitmap.h +++ b/include/wx/bitmap.h @@ -32,7 +32,7 @@ class WXDLLEXPORT wxImage; class WXDLLEXPORT wxMask; class WXDLLEXPORT wxPalette; -#if defined(__WXMGL__) || defined(__WXMAC__) +#if defined(__WXMGL__) || defined(__WXMAC__) || defined(__WXMOTIF__) // Only used by some ports // FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes @@ -168,8 +168,6 @@ protected: #include "wx/mac/bitmap.h" #elif defined(__WXPM__) #include "wx/os2/bitmap.h" -#elif defined(__WXSTUBS__) -#include "wx/stubs/bitmap.h" #endif #endif