///////////////////////////////////////////////////////////////////////////////
-// Name: univ/colschem.cpp
+// Name: src/univ/colschem.cpp
// Purpose: (trivial) wxColourScheme implementation
// Author: Vadim Zeitlin
// Modified by:
#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"
return wxTheme::Get()->GetColourScheme()->Get(col);
}
-