X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3fe39b0ce3c0f47faea34ef99c3d0260957cc4e0..f87584b55268e165f15de6f8ae34c99df72e5896:/src/gtk/bitmap.cpp diff --git a/src/gtk/bitmap.cpp b/src/gtk/bitmap.cpp index e405233ceb..b04bbe3905 100644 --- a/src/gtk/bitmap.cpp +++ b/src/gtk/bitmap.cpp @@ -10,14 +10,15 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#include "wx/bitmap.h" + #ifndef WX_PRECOMP #include "wx/app.h" #include "wx/dcmemory.h" + #include "wx/palette.h" + #include "wx/icon.h" #endif -#include "wx/bitmap.h" -#include "wx/palette.h" -#include "wx/icon.h" #include "wx/filefn.h" #include "wx/image.h"