diff --git a/tests/controls/headerctrltest.cpp b/tests/controls/headerctrltest.cpp index 9fcb30be26..1f1da7d8ba 100644 --- a/tests/controls/headerctrltest.cpp +++ b/tests/controls/headerctrltest.cpp @@ -19,9 +19,10 @@ #ifndef WX_PRECOMP #include "wx/app.h" - #include "wx/headerctrl.h" #endif // WX_PRECOMP +#include "wx/headerctrl.h" + // ---------------------------------------------------------------------------- // test class // ---------------------------------------------------------------------------- diff --git a/tests/controls/listctrltest.cpp b/tests/controls/listctrltest.cpp index 21325d6957..501d547f65 100644 --- a/tests/controls/listctrltest.cpp +++ b/tests/controls/listctrltest.cpp @@ -19,9 +19,10 @@ #ifndef WX_PRECOMP #include "wx/app.h" - #include "wx/listctrl.h" #endif // WX_PRECOMP +#include "wx/listctrl.h" + // ---------------------------------------------------------------------------- // test class // ----------------------------------------------------------------------------