X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a04eec8792810cbdda0cbeda7e3ddca434da1712..a28ae4096bb21302ce2ad59ca846ce590f8488bf:/src/common/bmpbase.cpp diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 6405427cad..bc47df63a5 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -12,6 +12,13 @@ #pragma implementation "bitmapbase.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + #include "wx/wx.h" #include "wx/setup.h" #include "wx/utils.h" @@ -102,8 +109,6 @@ void wxBitmapBase::CleanUpHandlers() } } - - class wxBitmapBaseModule: public wxModule { DECLARE_DYNAMIC_CLASS(wxBitmapBaseModule)