X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7fc65a0384df4007a96cd5bab98b0f7abef0af52..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/common/quantize.cpp diff --git a/src/common/quantize.cpp b/src/common/quantize.cpp index 695375657c..b5936f21fb 100644 --- a/src/common/quantize.cpp +++ b/src/common/quantize.cpp @@ -37,14 +37,15 @@ #pragma hdrstop #endif +#if wxUSE_IMAGE + +#include "wx/quantize.h" + #ifndef WX_PRECOMP #include "wx/palette.h" #endif -#if wxUSE_IMAGE - #include "wx/image.h" -#include "wx/quantize.h" #ifdef __WXMSW__ #include "wx/msw/private.h"