]> git.saurik.com Git - wxWidgets.git/commitdiff
use "..." instead of <...> for wx includes
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 13 Jan 2002 17:41:56 +0000 (17:41 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 13 Jan 2002 17:41:56 +0000 (17:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/about/about.cpp
samples/html/help/help.cpp
samples/html/helpview/helpview.cpp
samples/html/printing/printing.cpp
samples/html/test/test.cpp
samples/html/virtual/virtual.cpp
samples/html/widget/widget.cpp
samples/html/zip/zip.cpp

index 4675c6085f0851c83e33ace29c4022ccffa8e4bf..7b6aec192e408eef9ecb067152e0af2ee81f123b 100644 (file)
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
-#include <wx/image.h>
-#include <wx/imagpng.h>
-#include <wx/wxhtml.h>
-#include <wx/statline.h>
+#include "wx/image.h"
+#include "wx/imagpng.h"
+#include "wx/wxhtml.h"
+#include "wx/statline.h"
 
 // ----------------------------------------------------------------------------
 // private classes
index c96d603d4c1045661a56230263f2423800b37874..a5169d92aa66f9883b16cf370bc01a7099411fa9 100644 (file)
@@ -19,7 +19,7 @@
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
 #include "wx/image.h"
index 3e1e1b1d215e5eb10b1f533945805dc8bf0a320b..27adb78a3ea8b7d26ecf1e39203e023040a9379c 100644 (file)
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
-#include <wx/image.h>
-#include <wx/wxhtml.h>
-#include <wx/fs_zip.h>
-#include <wx/log.h>
+#include "wx/image.h"
+#include "wx/wxhtml.h"
+#include "wx/fs_zip.h"
+#include "wx/log.h"
 
 // ----------------------------------------------------------------------------
 // private classes
index 561b77f33ff985f7970c8b4ba490b981908a9ff4..4ccb47d74af7e84ec27957ba41ea632750dc51de 100644 (file)
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
-#include <wx/image.h>
-#include <wx/html/htmlwin.h>
-
-#include <wx/html/htmprint.h>
+#include "wx/image.h"
+#include "wx/html/htmlwin.h"
+#include "wx/html/htmprint.h"
 
 
 // ----------------------------------------------------------------------------
index b9430b0c67fcead7b753745f4d999827aadc0ad5..f2e0692957b372eec2d81a4ff509053d4819383c 100644 (file)
@@ -18,7 +18,7 @@
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
 #include "wx/image.h"
index a45604a6fb8bb3ff3760c3d313da84b02be83bb2..8672b7b277efcae8cb9f7686f60baa658b5e91f7 100644 (file)
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
 
-#include <wx/html/htmlwin.h>
+#include "wx/html/htmlwin.h"
 
 
 // new handler class:
 
-#include <wx/wfstream.h>
-#include <wx/mstream.h>
+#include "wx/wfstream.h"
+#include "wx/mstream.h"
 
 
 
index 7c48e1971a2a35e9b55718dd538594bf0fcb0c2b..9c7bbed699ec48b241e2eae4ed576466b9b2573a 100644 (file)
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
 
-#include <wx/html/htmlwin.h>
+#include "wx/html/htmlwin.h"
 
 
 
@@ -36,7 +36,7 @@ TAG HANDER FOR 'MYBIND' TAG
 
 */
 
-#include <wx/html/m_templ.h>
+#include "wx/html/m_templ.h"
 
 
 TAG_HANDLER_BEGIN(MYBIND, "MYBIND")
index 6f1dad46586eb37dc1d278b75b4d35b3b0cc44ac..b8baea95c47f99145849768a94c315f676fe1a73 100644 (file)
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
-#include <wx/image.h>
-#include <wx/html/htmlwin.h>
-#include <wx/fs_zip.h>
+#include "wx/image.h"
+#include "wx/html/htmlwin.h"
+#include "wx/fs_zip.h"
 
 // ----------------------------------------------------------------------------
 // private classes