X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6670f56440ae9209b3e2e51e06acf3bc5aaf1905..27c78e4552aaefac9a4db0d4453eff09cdfef2ad:/src/os2/slider.cpp diff --git a/src/os2/slider.cpp b/src/os2/slider.cpp index e2827fa6ce..20d589fe72 100644 --- a/src/os2/slider.cpp +++ b/src/os2/slider.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: slider.cpp +// Name: src/os2/slider.cpp // Purpose: wxSlider // Author: David Webster // Modified by: @@ -18,9 +18,9 @@ #ifndef WX_PRECOMP #include -#include -#include -#include +#include "wx/utils.h" +#include "wx/brush.h" +#include "wx/scrolwin.h" #endif #if wxUSE_SLIDER