X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc5a5239598c14d94d9a39e48481e09a41a6fb5e..8d7e482e06d6179b827a955587bec1b694823b37:/src/generic/notebook.cpp diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index 8eab2fc19d..c9d8269869 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -30,12 +30,12 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/log.h" + #include "wx/dcclient.h" #endif -#include "wx/log.h" #include "wx/settings.h" #include "wx/generic/imaglist.h" -#include "wx/dcclient.h" #include "wx/generic/tabg.h" // ----------------------------------------------------------------------------