X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad60f069f1568f59657001e3579d7efc375fbb9e..957eca2f20bedbd7ca13cc7128b2160ee81a4104:/src/motif/slider.cpp?ds=inline diff --git a/src/motif/slider.cpp b/src/motif/slider.cpp index d82e67f19c..8e52931335 100644 --- a/src/motif/slider.cpp +++ b/src/motif/slider.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: slider.cpp +// Name: src/motif/slider.cpp // Purpose: wxSlider // Author: Julian Smart // Modified by: @@ -12,12 +12,13 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/defs.h" - #if wxUSE_SLIDER #include "wx/slider.h" -#include "wx/utils.h" + +#ifndef WX_PRECOMP + #include "wx/utils.h" +#endif #ifdef __VMS__ #pragma message disable nosimpint