X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e3f3880bc2b13b0ff90a60f676959989da732dd..a2d6d210991fb1d29570a46e0f26c7a4b9cf89ff:/src/mac/classic/printdlg.cpp diff --git a/src/mac/classic/printdlg.cpp b/src/mac/classic/printdlg.cpp index 94f7469d8c..5928041001 100644 --- a/src/mac/classic/printdlg.cpp +++ b/src/mac/classic/printdlg.cpp @@ -12,13 +12,14 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#include "wx/printdlg.h" + #ifndef WX_PRECOMP #include "wx/object.h" + #include "wx/dcprint.h" + #include "wx/msgdlg.h" #endif -#include "wx/printdlg.h" -#include "wx/dcprint.h" -#include "wx/msgdlg.h" #include "wx/mac/private/print.h" // Use generic page setup dialog: use your own native one if one exists.