X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9eddec696f06d65a80e7339b2fae14fcb55f8383..2713fedc4644942bab59472b90612ffbe37c2760:/src/gtk1/app.cpp diff --git a/src/gtk1/app.cpp b/src/gtk1/app.cpp index e8ea46b890..65f7a46441 100644 --- a/src/gtk1/app.cpp +++ b/src/gtk1/app.cpp @@ -24,16 +24,16 @@ #include "wx/utils.h" #include "wx/dialog.h" #include "wx/settings.h" + #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/memory.h" -#include "wx/font.h" -#include "wx/msgdlg.h" #include "wx/file.h" #include "wx/filename.h" #include "wx/module.h" -#include "wx/image.h" #include "wx/thread.h" #ifdef __WXGPE__