X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..259a4264ac3f98990a3bed84bc760c22f9c79772:/src/msw/notebook.cpp?ds=sidebyside diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index 2cca530065..f3d26b69d7 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -24,14 +24,14 @@ #include "wx/string.h" #include "wx/dc.h" #include "wx/log.h" + #include "wx/event.h" + #include "wx/app.h" + #include "wx/dcclient.h" #endif // WX_PRECOMP #include "wx/imaglist.h" -#include "wx/event.h" #include "wx/control.h" -#include "wx/app.h" #include "wx/sysopt.h" -#include "wx/dcclient.h" #include "wx/dcmemory.h" #include "wx/msw/private.h"