X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..c08ee0349dd4ed6d62f734fe576e47c7027e2b9e:/src/univ/colschem.cpp diff --git a/src/univ/colschem.cpp b/src/univ/colschem.cpp index 8ab2d2078a..05868880ae 100644 --- a/src/univ/colschem.cpp +++ b/src/univ/colschem.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: univ/colschem.cpp +// Name: src/univ/colschem.cpp // Purpose: (trivial) wxColourScheme implementation // Author: Vadim Zeitlin // Modified by: @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#ifdef __GNUG__ - #pragma implementation "colschem.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -29,10 +25,9 @@ #endif #ifndef WX_PRECOMP + #include "wx/settings.h" #endif // WX_PRECOMP -#include "wx/settings.h" - #include "wx/univ/colschem.h" #include "wx/univ/theme.h" @@ -97,4 +92,3 @@ wxColour wxSystemSettings::GetColour(wxSystemColour index) return wxTheme::Get()->GetColourScheme()->Get(col); } -