X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b56bffb334c0776508108d66938ad661ef3d30a..6d7b547184bfdcdf67790755deb0122050b1d728:/src/gtk1/app.cpp diff --git a/src/gtk1/app.cpp b/src/gtk1/app.cpp index 06a16e3fc0..65f7a46441 100644 --- a/src/gtk1/app.cpp +++ b/src/gtk1/app.cpp @@ -26,14 +26,14 @@ #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/font.h" #include "wx/file.h" #include "wx/filename.h" #include "wx/module.h" -#include "wx/image.h" #include "wx/thread.h" #ifdef __WXGPE__