X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1e01716310cb6e3bfcf5894b442d277bc32789a..c259ffdff79ed1cb412cc829a19558064ce87474:/src/mac/classic/app.cpp diff --git a/src/mac/classic/app.cpp b/src/mac/classic/app.cpp index 4fe7e37496..dd8817b49a 100644 --- a/src/mac/classic/app.cpp +++ b/src/mac/classic/app.cpp @@ -25,21 +25,21 @@ #include "wx/frame.h" #include "wx/dc.h" #include "wx/button.h" + #include "wx/menu.h" + #include "wx/pen.h" + #include "wx/brush.h" + #include "wx/palette.h" + #include "wx/icon.h" + #include "wx/cursor.h" #endif #include "wx/gdicmn.h" -#include "wx/pen.h" -#include "wx/brush.h" -#include "wx/cursor.h" -#include "wx/icon.h" -#include "wx/palette.h" #include "wx/dialog.h" #include "wx/msgdlg.h" #include "wx/module.h" #include "wx/memory.h" #include "wx/tooltip.h" #include "wx/textctrl.h" -#include "wx/menu.h" #include "wx/docview.h" #include "wx/filename.h"