]> git.saurik.com Git - wxWidgets.git/commitdiff
use "..." instead of <...> for wx includes
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 19 Jan 2002 14:50:37 +0000 (14:50 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 19 Jan 2002 14:50:37 +0000 (14:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/caret/caret.cpp
samples/dialogs/dialogs.cpp
samples/help/demo.cpp
samples/mdi/mdi.cpp
samples/mdi/mdi.h
samples/sashtest/sashtest.cpp
samples/sashtest/sashtest.h
utils/hhp2cached/hhp2cached.cpp

index 7415922ae0035fe4ff26f9c2da76f0e7f28c34b8..d946c63fb8de226ede6d577a704a4f8d6924c8ee 100644 (file)
@@ -19,9 +19,9 @@
 // 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
 // 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"
 
 
-    #include <wx/log.h>
+    #include "wx/log.h"
 #endif
 
 #include "wx/caret.h"
 #endif
 
 #include "wx/caret.h"
index a3dd84d625b62bfa07659922ebb6f2e8edd62ce5..3f005be5981abbe513a489205c63687f1e11f47d 100644 (file)
@@ -38,8 +38,8 @@
 #define wxTEST_GENERIC_DIALOGS_IN_MSW 0
 
 #if defined(__WXMSW__) && wxTEST_GENERIC_DIALOGS_IN_MSW
 #define wxTEST_GENERIC_DIALOGS_IN_MSW 0
 
 #if defined(__WXMSW__) && wxTEST_GENERIC_DIALOGS_IN_MSW
-#include <wx/generic/colrdlgg.h>
-#include <wx/generic/fontdlgg.h>
+#include "wx/generic/colrdlgg.h"
+#include "wx/generic/fontdlgg.h"
 #endif
 
 #define wxUSE_DIRDLGG 1
 #endif
 
 #define wxUSE_DIRDLGG 1
index a74435de3a0e2cab12af4c85a830cd7f89b1bb3e..bc7e926b8dd8ce8ca80a90b0e07ca5db0bccdced 100644 (file)
@@ -53,8 +53,8 @@
 #endif
 
 #if USE_HTML_HELP
 #endif
 
 #if USE_HTML_HELP
-#include <wx/filesys.h>
-#include <wx/fs_zip.h>
+#include "wx/filesys.h"
+#include "wx/fs_zip.h"
 
 #if USE_OLD_HTML_HELP
 #include "wx/generic/helpwxht.h"
 
 #if USE_OLD_HTML_HELP
 #include "wx/generic/helpwxht.h"
index 5e67d487e2a7eb8ac0c2843ab8f872a9ee1647c7..c2415d083481f5e7b6d76b6f872b1934f6a4552b 100644 (file)
@@ -29,7 +29,7 @@
     #include "wx/mdi.h"
 #endif
 
     #include "wx/mdi.h"
 #endif
 
-#include <wx/toolbar.h>
+#include "wx/toolbar.h"
 
 #if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
     #include "mondrian.xpm"
 
 #if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
     #include "mondrian.xpm"
index e7d50b8de11122760ebdbec1a18568085b00d850..3f6b15f51f16ee19a931624912e019f264ebefbd 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#include <wx/toolbar.h>
+#include "wx/toolbar.h"
 
 // Define a new application
 class MyApp : public wxApp
 
 // Define a new application
 class MyApp : public wxApp
index 89daf0d1acdc747f184581e0a4470e1bbc4d3a74..5cfc8bda7ce45370b7ff76af8fbeddb1a535666d 100644 (file)
@@ -21,8 +21,8 @@
 #include "wx/mdi.h"
 #endif
 
 #include "wx/mdi.h"
 #endif
 
-#include <wx/toolbar.h>
-#include <wx/laywin.h>
+#include "wx/toolbar.h"
+#include "wx/laywin.h"
 
 #include "sashtest.h"
 
 
 #include "sashtest.h"
 
index fd2737f82e1e2c4341244dc884c3d668797aff7e..02ff483b54323fa12de0cc4248a8b17179c9a3d5 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#include <wx/toolbar.h>
+#include "wx/toolbar.h"
 
 // Define a new application
 class MyApp: public wxApp
 
 // Define a new application
 class MyApp: public wxApp
index 471fa04eeacc94404162abc30f99273adcdb0d76..9f22693b9da4a055b61856666c6e0bf45f1ef3e8 100644 (file)
@@ -17,7 +17,7 @@
 #include "wx/wx.h"
 #endif
 
 #include "wx/wx.h"
 #endif
 
-#include <wx/html/helpdata.h>
+#include "wx/html/helpdata.h"
 
 
 class MyApp : public wxApp
 
 
 class MyApp : public wxApp