]> git.saurik.com Git - wxWidgets.git/commitdiff
angle bracket problem fix
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 19 Sep 2005 22:32:30 +0000 (22:32 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 19 Sep 2005 22:32:30 +0000 (22:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/utils/convertrc/convert.cpp
contrib/utils/convertrc/rc2xml.cpp
contrib/utils/convertrc/rc2xml.h
contrib/utils/convertrc/wxr2xml.h

index 629373335c53d90f1abf336cb8ac7d0950d26b03..74866191d5e636fc5ccd75214a92c5c999f5db83 100644 (file)
 // 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"
index ddc225b77bcd2ddcb49e9b49eb1f8baac823c6dc..84fbe9bc0154c9f717957116cc3040afdaeafc77 100644 (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"
 
 
 
index 6afe5e6f82f7a73e6b069dc85ef96e4e8781682f..919b90ced794742dd8ab47dfa23932cb5b497880 100644 (file)
@@ -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
index 16560500e385f031d85edd73b27d33bfba99027b..a8df9ad27a473c6746453ffcac375a115807342c 100644 (file)
@@ -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"