X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/791d7ea2d6a6dec1caec399ad7fe1861defabc33..2240b1aa740739e35e646016511fc8a3302104a4:/src/gtk/bitmap.cpp?ds=sidebyside diff --git a/src/gtk/bitmap.cpp b/src/gtk/bitmap.cpp index cb569d3647..4a0e1111f1 100644 --- a/src/gtk/bitmap.cpp +++ b/src/gtk/bitmap.cpp @@ -10,15 +10,16 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/defs.h" +#ifndef WX_PRECOMP + #include "wx/app.h" + #include "wx/dcmemory.h" +#endif #include "wx/bitmap.h" #include "wx/palette.h" #include "wx/icon.h" #include "wx/filefn.h" #include "wx/image.h" -#include "wx/dcmemory.h" -#include "wx/app.h" #include "wx/rawbmp.h" // need this to get gdk_image_new_bitmap()