X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4353a8df6eb0c743f42a85364235195246225b76..e17cd59f72d52833b8132be9245fa6d517fe266f:/src/univ/themes/win32.cpp diff --git a/src/univ/themes/win32.cpp b/src/univ/themes/win32.cpp index a2ce8d2894..1a08bde723 100644 --- a/src/univ/themes/win32.cpp +++ b/src/univ/themes/win32.cpp @@ -24,7 +24,9 @@ #pragma hdrstop #endif -#if wxUSE_ALL_THEMES || wxUSE_THEME_WIN32 +#include "wx/univ/theme.h" + +#if wxUSE_THEME_WIN32 #ifndef WX_PRECOMP #include "wx/timer.h" @@ -67,7 +69,6 @@ #include "wx/univ/inpcons.h" #include "wx/univ/inphand.h" #include "wx/univ/colschem.h" -#include "wx/univ/theme.h" // ---------------------------------------------------------------------------- // constants @@ -3775,4 +3776,4 @@ bool wxWin32FrameInputHandler::HandleActivation(wxInputConsumer *consumer, return wxStdInputHandler::HandleActivation(consumer, activated); } -#endif // wxUSE_ALL_THEMES || wxUSE_THEME_WIN32 +#endif // wxUSE_THEME_WIN32