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:
@@ -19,10 +19,10 @@
|
||||
// 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
|
||||
|
||||
#include <wx/image.h>
|
||||
#include "wx/image.h"
|
||||
|
||||
#include "wx/deprecated/setup.h"
|
||||
#include "wx/deprecated/resource.h"
|
||||
|
@@ -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"
|
||||
|
||||
|
||||
|
||||
|
@@ -10,8 +10,8 @@
|
||||
#endif
|
||||
|
||||
#include "wx/file.h"
|
||||
#include <wx/ffile.h>
|
||||
#include <wx/list.h>
|
||||
#include "wx/ffile.h"
|
||||
#include "wx/list.h"
|
||||
|
||||
|
||||
class rc2xml : public wxObject
|
||||
|
@@ -5,7 +5,7 @@
|
||||
#if !defined(WXR2XML_H)
|
||||
#define WXR2XML_H
|
||||
|
||||
#include <wx/ffile.h>
|
||||
#include "wx/ffile.h"
|
||||
#include "wx/deprecated/setup.h"
|
||||
#include "wx/deprecated/resource.h"
|
||||
|
||||
|
Reference in New Issue
Block a user