]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bmpbase.cpp
typo: PrintfInLogBug() was probably supposed to be called PrintfInLogBuf()
[wxWidgets.git] / src / common / bmpbase.cpp
index 8d832f5ed9a1c812eb4513a8b347237dd948d065..065d1851ad0b70318d0d4406bdef420fcd008a97 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/common/bitmap.cpp
+// Name:        src/common/bmpbase.cpp
 // Purpose:     wxBitmapBase
 // Author:      VaclavSlavik
 // Created:     2001/04/11
     defined(__WXMOTIF__) || \
     defined(__WXX11__)
 
-#include "wx/utils.h"
-#include "wx/palette.h"
 #include "wx/bitmap.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/utils.h"
+#endif // WX_PRECOMP
+
+#include "wx/palette.h"
 #include "wx/icon.h"
-#include "wx/log.h"
 #include "wx/image.h"
 #include "wx/module.h"