Minor cleanings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-15 07:40:12 +00:00
parent 41ab357ed9
commit c0089c96ec
8 changed files with 18 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: private.h
// Name: wx/msw/private.h
// Purpose: Private declarations: as this header is only included by
// wxWidgets itself, it may contain identifiers which don't start
// with "wx".
@@ -210,8 +210,8 @@ struct WinStruct : public T
#if wxUSE_GUI
#include <wx/gdicmn.h>
#include <wx/colour.h>
#include "wx/gdicmn.h"
#include "wx/colour.h"
// make conversion from wxColour and COLORREF a bit less painful
inline COLORREF wxColourToRGB(const wxColour& c)