X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0006b9a540a7264101d87e3df20d494e8fa4ab9c..3903f408241aedc3b2f5e24349d0ac939ba9164c:/src/gtk/app.cpp?ds=sidebyside diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index 904968dc49..c9f6bbc827 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -27,13 +27,13 @@ #include "wx/msgdlg.h" #include "wx/memory.h" #include "wx/font.h" + #include "wx/gdicmn.h" + #include "wx/image.h" #endif -#include "wx/gdicmn.h" #include "wx/file.h" #include "wx/filename.h" #include "wx/module.h" -#include "wx/image.h" #include "wx/thread.h" #ifdef __WXGPE__