diff --git a/src/generic/panelg.cpp b/src/generic/panelg.cpp index 8e86b172d7..d539393dbe 100644 --- a/src/generic/panelg.cpp +++ b/src/generic/panelg.cpp @@ -23,13 +23,13 @@ #pragma hdrstop #endif -#ifdef wxHAS_GENERIC_PANEL - #ifndef WX_PRECOMP #include "wx/dc.h" #include "wx/panel.h" #endif // WX_PRECOMP +#ifdef wxHAS_GENERIC_PANEL + // ============================================================================ // implementation // ============================================================================