]> git.saurik.com Git - wxWidgets.git/commitdiff
"wx/xxx.h" --> <wx/xxx.h>
authorKarsten Ballüder <ballueder@usa.net>
Thu, 17 Jun 1999 16:29:17 +0000 (16:29 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Thu, 17 Jun 1999 16:29:17 +0000 (16:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/richedit/wxLayout.cpp
samples/richedit/wxLayout.h
samples/richedit/wxllist.h
samples/richedit/wxlwindow.cpp

index d00d2a2186eaaf472a355d2ea58429b7271e96c5..679f83ad2373a8fc73a52464d9d191553e1b3a5b 100644 (file)
 #pragma implementation "wxLayout.h"
 #endif
 
-#include "wx/wxprec.h"
+#include <wx/wxprec.h>
 #ifdef __BORLANDC__
 #  pragma hdrstop
 #endif
 
 #include "wxLayout.h"
-#include "wx/textfile.h"
+#include <wx/textfile.h>
 
 
 #include   "Micon.xpm"
index d64cd7414943ccefb544624d82c9705b5665ad23..e979a05d02be516c761c6c0564c3f77d927510c3 100644 (file)
@@ -7,7 +7,7 @@
 #pragma interface
 #endif
 
-#include "wx/wx.h"
+#include <wx/wx.h>
 
 #include "wxllist.h"
 #include "wxlwindow.h"
index 5874e64dac6b9c679b161d0fb6125617b1b99af7..85c0f13336d22d6620749b8cbfe63658c2309850 100644 (file)
 
 #include   "kbList.h"
 
-#include   "wx/wx.h"
-#include   "wx/print.h"
-#include   "wx/printdlg.h"
-#include   "wx/generic/printps.h"
-#include   "wx/generic/prntdlgg.h"
-#include   "wx/dataobj.h"
+#include   <wx/wx.h>
+#include   <wx/print.h>
+#include   <wx/printdlg.h>
+#include   <wx/generic/printps.h>
+#include   <wx/generic/prntdlgg.h>
+#include   <wx/dataobj.h>
 
 // skip the following defines if embedded in M application
 #ifndef   M_BASEDIR
index 42d66811001a7ba7b91cd2247a6dd97177e45bcd..7793430eb5a4ff7fb43752044a5f8dae1cce7d3e 100644 (file)
@@ -18,7 +18,7 @@
 #   pragma implementation "wxlwindow.h"
 #endif
 
-#include "wx/wxprec.h"
+#include <wx/wxprec.h>
 
 #ifdef __BORLANDC__
 #  pragma hdrstop