angle bracket problem fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-09-19 22:32:30 +00:00
parent 6f9cf1e6bd
commit 94dadb0a8e
4 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ cross platform (wxGTK,etc)
// for all others, include the necessary headers (this file is usually all you
// need because it includes almost all "standard" wxWidgets headers
#ifndef WX_PRECOMP
#include <wx/wx.h>
#include "wx/wx.h"
#endif
@@ -37,8 +37,8 @@ cross platform (wxGTK,etc)
#include "wx/image.h"
#include "wx/deprecated/setup.h"
#include "wx/deprecated/resource.h"
#include <wx/textfile.h>
#include <wx/tokenzr.h>
#include "wx/textfile.h"
#include "wx/tokenzr.h"