X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..aba610e77a19ce35ca45bb235bbe3ea68cff9916:/src/generic/notebook.cpp?ds=sidebyside diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index c5e67adbe2..c9d8269869 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -31,11 +31,11 @@ #ifndef WX_PRECOMP #include "wx/string.h" #include "wx/log.h" + #include "wx/dcclient.h" #endif #include "wx/settings.h" #include "wx/generic/imaglist.h" -#include "wx/dcclient.h" #include "wx/generic/tabg.h" // ----------------------------------------------------------------------------