]> git.saurik.com Git - wxWidgets.git/commitdiff
include <wx/...> => include "wx/..."
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Nov 1999 15:50:22 +0000 (15:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Nov 1999 15:50:22 +0000 (15:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

58 files changed:
src/common/cmndata.cpp
src/common/dbtable.cpp
src/common/dynarray.cpp
src/common/file.cpp
src/common/filefn.cpp
src/common/fs_inet.cpp
src/common/fs_zip.cpp
src/common/imaggif.cpp
src/common/memory.cpp
src/common/mstream.cpp
src/common/sckaddr.cpp
src/common/sckfile.cpp
src/common/stream.cpp
src/common/string.cpp
src/common/url.cpp
src/generic/fontdlgg.cpp
src/generic/grid.cpp
src/generic/prntdlgg.cpp
src/gtk/mdi.cpp
src/gtk/treegtk.cpp
src/gtk/wave.cpp
src/gtk1/mdi.cpp
src/gtk1/treegtk.cpp
src/gtk1/wave.cpp
src/html/helpfrm.cpp
src/html/htmlpars.cpp
src/html/htmltag.cpp
src/html/htmlwin.cpp
src/html/m_fonts.cpp
src/html/m_hline.cpp
src/html/m_image.cpp
src/html/m_list.cpp
src/html/m_pre.cpp
src/html/m_tables.cpp
src/html/winpars.cpp
src/motif/dcscreen.cpp
src/motif/gauge.cpp
src/motif/joystick.cpp
src/motif/radiobox.cpp
src/motif/radiobut.cpp
src/motif/scrolbar.cpp
src/motif/slider.cpp
src/motif/statbmp.cpp
src/motif/statbox.cpp
src/motif/taskbar.cpp
src/msw/frame.cpp
src/msw/helpwin.cpp
src/msw/iniconf.cpp
src/msw/joystick.cpp
src/msw/listbox.cpp
src/msw/mdi.cpp
src/msw/notebook.cpp
src/msw/ole/oleutils.cpp
src/msw/ole/uuid.cpp
src/msw/pnghand.cpp
src/msw/slider95.cpp
src/msw/taskbar.cpp
src/msw/window.cpp

index 7b45f2f1a407e211f8154153dafacff25aea8e50..3d0f4aab6be2bf92e7da01a1f1c244f478bf06a4 100644 (file)
@@ -54,7 +54,7 @@
 
 #ifdef __WXMSW__
     #include <windows.h>
-    #include <wx/msw/private.h>
+    #include "wx/msw/private.h"
 
     #if !defined(__WIN32__)
         #include <print.h>
index f5bc7f5b29010ec280fc4121ebf28021b27f08ae..1bec4d64fb7083239e4a650ebadd876cff2ae674 100644 (file)
@@ -49,7 +49,7 @@
 
 #if wxMAJOR_VERSION == 2
 #      ifndef WX_PRECOMP
-#              include  <wx/wx.h>
+#              include  "wx/wx.h"
 #      endif //WX_PRECOMP
 #endif
 
index c6ad4ae29df494daff234c0006844c0ebe9a4d9e..04d89832e16d5f579b422ce281a3df14913abb02 100644 (file)
 #pragma implementation "dynarray.h"
 #endif
 
-#include  <wx/wxprec.h>
+#include  "wx/wxprec.h"
 
 #ifdef __BORLANDC__
   #pragma hdrstop
 #endif
 
 #include "wx/dynarray.h"
-#include <wx/intl.h>
+#include "wx/intl.h"
 
 #include <stdlib.h>
 #include <string.h> // for memmove
index 4ec2c612ec15ba7626066ab208d36660a1502d69..39e03cddf423a7f7a4476a8fecf305ca3fbecb51 100644 (file)
 #endif
 
 // wxWindows
-#include  <wx/string.h>
-#include  <wx/intl.h>
-#include  <wx/file.h>
-#include  <wx/log.h>
+#include  "wx/string.h"
+#include  "wx/intl.h"
+#include  "wx/file.h"
+#include  "wx/log.h"
 
 #ifndef MAX_PATH
     #define MAX_PATH 512
index e65513fc9958683f30214d8d17fa38cf5f93b1fb..d65147d76d48dddb784ff2c8f795cfa34b2f5487 100644 (file)
@@ -34,7 +34,7 @@
 #endif
 
 #include "wx/utils.h"
-#include <wx/intl.h>
+#include "wx/intl.h"
 
 // there are just too many of those...
 #ifdef __VISUALC__
index 55677f10ff7861e21334faaec4b4aa210b20b712..0a1e19d31a43a6ea0efcd73cc67337d7ea9f669e 100644 (file)
@@ -23,7 +23,7 @@ limitation)
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #ifdef __BORDLANDC__
 #pragma hdrstop
@@ -37,7 +37,7 @@ limitation)
 #if wxUSE_FS_INET
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include "wx/wfstream.h"
index a9939637d23e1b472ab8317ec0281f8e7b0a4216..96985ddc656a339342c1053894855be242bae28c 100644 (file)
@@ -11,7 +11,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #ifdef __BORDLANDC__
 #pragma hdrstop
@@ -20,7 +20,7 @@
 #if wxUSE_FS_ZIP
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include "wx/filesys.h"
index 94f404a50726306f6713cedc56e6497cef3d3830..b15fff887ec0a9dea92fc30f59dadbaa9a9b2c93 100644 (file)
@@ -13,7 +13,7 @@
 */
 
 // For compilers that support precompilation, includes "wx.h".
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
 #  pragma hdrstop
index 0f51b89b6d2cd00ea90d8119c1f3c5d81a890dbf..d7d6c07461c424535979d46dfff80402a0a11910 100644 (file)
@@ -35,7 +35,7 @@
 #include "wx/app.h"
 #endif
 
-#include <wx/log.h>
+#include "wx/log.h"
 #include <stdlib.h>
 
 #include "wx/ioswrap.h"
index 5d13a0a2e0d61e0135de406303d7abd02633fb39..3e656ba3e8ac25dd8e30339ea29b2a666971c353 100644 (file)
@@ -23,8 +23,8 @@
 #if wxUSE_STREAMS
 
 #include <stdlib.h>
-#include <wx/stream.h>
-#include <wx/mstream.h>
+#include "wx/stream.h"
+#include "wx/mstream.h"
 
 // ----------------------------------------------------------------------------
 // wxMemoryInputStream
index fff40bef7ddae9e2cec462773dd72225a51bee00..398a3cf016bc8ca893a8ab4d6509aeabf3a4f4bf 100644 (file)
 #include <memory.h>
 #endif
 
-#include <wx/defs.h>
-#include <wx/object.h>
-#include <wx/log.h>
-#include <wx/gsocket.h>
-#include <wx/sckaddr.h>
+#include "wx/defs.h"
+#include "wx/object.h"
+#include "wx/log.h"
+#include "wx/gsocket.h"
+#include "wx/sckaddr.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxSockAddress, wxObject)
index b3f4737c6a94c4b38159b9c0b6ce10da04640f5d..f5ddc187ea3210309a22e22dca672b9af89ac143 100644 (file)
@@ -24,8 +24,8 @@
 #endif
 
 #include <stdio.h>
-#include <wx/wfstream.h>
-#include <wx/protocol/file.h>
+#include "wx/wfstream.h"
+#include "wx/protocol/file.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxFileProto, wxProtocol)
index 6698b43ad89a3f74494f666555ba952d10d3f825..31760bb58240c68625ef9f6634236911a16dd185 100644 (file)
@@ -27,9 +27,9 @@
 #if wxUSE_STREAMS
 
 #include <ctype.h>
-#include <wx/stream.h>
-#include <wx/datstrm.h>
-#include <wx/objstrm.h>
+#include "wx/stream.h"
+#include "wx/datstrm.h"
+#include "wx/objstrm.h"
 
 #define BUF_TEMP_SIZE 10000
 
index 32350af0338afc6f93302ecfb572c208201eea2f..c18e35f6066945472f3aa6ee6a2c589ee30a595d 100644 (file)
@@ -36,7 +36,7 @@
   #include "wx/string.h"
   #include "wx/intl.h"
 #if wxUSE_THREADS
-  #include <wx/thread.h>
+  #include "wx/thread.h"
 #endif
 #endif
 
index 813ac542e57777c017262a3fd7f93eb886efd326..203beef31d03c4738fb53e8ab25cc9d9569bea57 100644 (file)
 #include <string.h>
 #include <ctype.h>
 
-#include <wx/string.h>
-#include <wx/list.h>
-#include <wx/utils.h>
-#include <wx/url.h>
+#include "wx/string.h"
+#include "wx/list.h"
+#include "wx/utils.h"
+#include "wx/url.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_CLASS(wxProtoInfo, wxObject)
index 38e54e92099ad5878b3348fbe1154d6ed5790208..2257f4bcf19a49f2846acdcb1c6ab9386341f853 100644 (file)
@@ -31,7 +31,7 @@
 #include "wx/dcclient.h"
 #include "wx/choice.h"
 #include "wx/checkbox.h"
-#include <wx/intl.h>
+#include "wx/intl.h"
 #endif
 
 #include <string.h>
index dcced22a41175e8ddef3eec9aa77cdedc150bec5..4d9ee47b8025d026e98902f97921f51cc162000f 100644 (file)
@@ -184,7 +184,7 @@ wxGridTableMessage::wxGridTableMessage( wxGridTableBase *table, int id,
 
 
 // this is a magic incantation which must be done!
-#include <wx/arrimpl.cpp>
+#include "wx/arrimpl.cpp"
 
 WX_DEFINE_OBJARRAY(wxGridStringArray)
 
index df57a25ad4066ffe277df4f1aab7d08e78b4274f..e3fec631d5c800d982b747f3c20058f66d4d89bd 100644 (file)
@@ -46,7 +46,7 @@
     #include "wx/filedlg.h"
     #include "wx/choice.h"
     #include "wx/combobox.h"
-    #include <wx/intl.h>
+    #include "wx/intl.h"
     #include "wx/sizer.h"
 #endif
 
index c8e3e8001f926494e7633d7f67fc3dfdcd23a876..ef10bb6cfcb7975afc7fae698bdd7b567c34f226 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/dialog.h"
 #include "wx/menu.h"
-#include <wx/intl.h>
+#include "wx/intl.h"
 
 #include "glib.h"
 #include "gdk/gdk.h"
index 6d8fa194e161bc0d7feb275b0b1e99208529feeb..771e96b078c412d3ccd76f16f3d1210ed0226bc9 100644 (file)
@@ -25,7 +25,7 @@
 #endif
 
 #include "wx/gtk/treectrl.h"
-#include <wx/textctrl.h>
+#include "wx/textctrl.h"
 #include "wx/log.h"
 
 #include <gtk/gtk.h>
index b1005881809ab1e18e016b7a3415745810494395..382c1db09b3b5995657b359473deb2c6d5eb31b8 100644 (file)
@@ -13,7 +13,7 @@
 #pragma implementation "wave.h"
 #endif
 
-#include <wx/setup.h>
+#include "wx/setup.h"
 
 #if wxUSE_WAVE
 
index c8e3e8001f926494e7633d7f67fc3dfdcd23a876..ef10bb6cfcb7975afc7fae698bdd7b567c34f226 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/dialog.h"
 #include "wx/menu.h"
-#include <wx/intl.h>
+#include "wx/intl.h"
 
 #include "glib.h"
 #include "gdk/gdk.h"
index 6d8fa194e161bc0d7feb275b0b1e99208529feeb..771e96b078c412d3ccd76f16f3d1210ed0226bc9 100644 (file)
@@ -25,7 +25,7 @@
 #endif
 
 #include "wx/gtk/treectrl.h"
-#include <wx/textctrl.h>
+#include "wx/textctrl.h"
 #include "wx/log.h"
 
 #include <gtk/gtk.h>
index b1005881809ab1e18e016b7a3415745810494395..382c1db09b3b5995657b359473deb2c6d5eb31b8 100644 (file)
@@ -13,7 +13,7 @@
 #pragma implementation "wave.h"
 #endif
 
-#include <wx/setup.h>
+#include "wx/setup.h"
 
 #if wxUSE_WAVE
 
index 5391df1b7dd444bc0611e4c5418fa241649c3aec..ab3d99bf447014f7cde2bdaf0a71e5ef69957c81 100644 (file)
@@ -25,7 +25,7 @@
 #if wxUSE_HTML
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include "wx/html/helpfrm.h"
index 1d9b99c7f6267dea5863b8e47fdf48724dd23bb7..3a5d300ee6bc0eb29a243cc876f5542de8b116ae 100644 (file)
@@ -12,7 +12,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #include "wx/defs.h"
 #if wxUSE_HTML
@@ -22,7 +22,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include "wx/tokenzr.h"
index 386bb98a59cd64eef03b96a0eada5ef49c3900e3..454ccafcaf4c5e2439e15f9fabf8fb5caaef6af0 100644 (file)
@@ -12,7 +12,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #include "wx/defs.h"
 #if wxUSE_HTML
@@ -22,7 +22,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include "wx/html/htmltag.h"
index e7b07636cf7fb42f8d405a790b3e07383e056180..53921edc616a86929039bb89566cecba6002bf14 100644 (file)
@@ -12,7 +12,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #include "wx/defs.h"
 #if wxUSE_HTML
@@ -22,7 +22,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include "wx/html/htmlwin.h"
@@ -37,7 +37,7 @@
 
 
 
-#include <wx/arrimpl.cpp>
+#include "wx/arrimpl.cpp"
 WX_DEFINE_OBJARRAY(HtmlHistoryArray)
 
 
index a4e82ba7d44a4787854c541789388e1ca38dfb8b..afc454bc80fc6b7783eb4d9edca788b393360f32 100644 (file)
@@ -11,7 +11,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #include "wx/defs.h"
 #if wxUSE_HTML
@@ -21,7 +21,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include "wx/html/forcelnk.h"
index 9cc57b8ede7a24ae63b88b409982adb31c102d1a..5a581789721216c9f2e278d32d7f484d5e36bbc1 100644 (file)
@@ -11,7 +11,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 
 #include "wx/defs.h"
@@ -21,7 +21,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 
index 9ee14ff798e4ec4218df719daa8287ea273e71b1..d7b4566bdfb728329a7e9be13b9fe2e52d21ae5f 100644 (file)
@@ -40,7 +40,7 @@ FORCE_LINK_ME(mod_image)
 
 
 WX_DECLARE_OBJARRAY(int, CoordArray);
-#include <wx/arrimpl.cpp> // this is a magic incantation which must be done!
+#include "wx/arrimpl.cpp" // this is a magic incantation which must be done!
 WX_DEFINE_OBJARRAY(CoordArray);
 
 
index 875e6a712299411dbc2c6c08a6d8aa41a2124ff4..9640d526858f94e102dadaca119beefbb91aa2ca 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 
index fdeaaf4a1fab56ce02b00da38ee67ce6557da285..61cafb7b7b90062c2a9b5ad1ca16efdcf8fb7885 100644 (file)
@@ -11,7 +11,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #include "wx/defs.h"
 #if wxUSE_HTML
@@ -20,7 +20,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 
@@ -28,7 +28,7 @@
 #include "wx/html/m_templ.h"
 
 #include "wx/html/htmlcell.h"
-#include <wx/tokenzr.h>
+#include "wx/tokenzr.h"
 
 FORCE_LINK_ME(mod_pre)
 
index 73c1fd651e9dd35bbdc0e8520d7624e2a2b050c6..ad387825f0f6213c6634a74742e63d18de6238ba 100644 (file)
@@ -11,7 +11,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #include "wx/defs.h"
 #if wxUSE_HTML
@@ -20,7 +20,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 
index c985d1aa443e57956cfacd226b0fbf06f07e6fd6..b03d4d256a87617a19e7b57ae3d6ee8873902b94 100644 (file)
@@ -12,7 +12,7 @@
 #pragma implementation
 #endif
 
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
 
 #include "wx/defs.h"
 #if wxUSE_HTML
@@ -22,7 +22,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include "wx/html/htmldefs.h"
index df547fe628877bffdda5bbec0036e5b62f3a6b16..5b9274e45a767f3c65f5af9d37846cd6659b17f8 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <Xm/Xm.h>
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
index a8977bb11fc2dad4d364d617424ba95c2364d0cf..cadbfafb35fb3566110be791be0ea4af8fb3237f 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/gauge.h"
 
 #include <Xm/Xm.h>
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
index d6fc022e8db1f9224f034e28376d6abdbc62d38d..415165fe6b26a8dfcd7c47f526dfd1e807c478f1 100644 (file)
@@ -13,7 +13,7 @@
 #pragma implementation "joystick.h"
 #endif
 
-#include <wx/joystick.h>
+#include "wx/joystick.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
 
index 6845b047db74b09c47360303a0dac61ccdef2906..33b1ab2f25ae587d95466493b7c5119b77efc806 100644 (file)
@@ -24,7 +24,7 @@
 #include <Xm/Form.h>
 #include <Xm/Frame.h>
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 void wxRadioBoxCallback (Widget w, XtPointer clientData,
                     XmToggleButtonCallbackStruct * cbs);
index 7be3126b54eae76ad92d57fa0f793e75fd7e0a75..ccce0c93098d6eb3fef812b5f8692a6e7ba648ee 100644 (file)
@@ -23,7 +23,7 @@
 #include <Xm/RowColumn.h>
 #include <Xm/Form.h>
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 void wxRadioButtonCallback (Widget w, XtPointer clientData,
                             XmToggleButtonCallbackStruct * cbs);
index 143eb3823d8289f90b1cd67f52598c998dbf553f..f0f4440583c161a545b7e5762608dd545b991a20 100644 (file)
@@ -20,7 +20,7 @@
 #include <Xm/RowColumn.h>
 #include <Xm/ScrollBar.h>
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 static void wxScrollBarCallback(Widget widget, XtPointer clientData,
                         XmScaleCallbackStruct *cbs);
index 5a141dc7cb07c5c1e2ea21cf8877adb6fee2bcda..2ea8f37e36fc78dc0ee6a73610fe91154cc7ad2e 100644 (file)
@@ -22,7 +22,7 @@
 #include <Xm/RowColumn.h>
 #include <Xm/Scale.h>
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 void wxSliderCallback (Widget widget, XtPointer clientData, XmScaleCallbackStruct * cbs);
 
index fa4d5eb5de2863819cd6bc6996e34f4597582c1b..6cc81fe57ff26231de6baf37c723d0add458ae97 100644 (file)
@@ -20,7 +20,7 @@
 #include <Xm/LabelG.h>
 #include <Xm/RowColumn.h>
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxControl)
index 660c43b6e83d608fc07e2e3d8f560b11e1204b90..09c330a017995218d1d206b2aa2707ef2f220556 100644 (file)
@@ -21,7 +21,7 @@
 #include <Xm/Label.h>
 #include <Xm/LabelG.h>
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)
index 75f12c0d58c42ec3754ee5f08a9443d2ee9cebce..02024c5ea3efa69ceb5492e4bddac411c5787d74 100644 (file)
@@ -14,7 +14,7 @@
 #pragma implementation "taskbar.h"
 #endif
 
-#include <wx/taskbar.h>
+#include "wx/taskbar.h"
 
 wxTaskBarIcon::wxTaskBarIcon()
 {
index 5cb1ff43a649b84338ae8324cc0f8696868d2154..b6d4bd5ccc053b3fa5f4160f48fca9e165b52504 100644 (file)
@@ -38,7 +38,7 @@
 #include "wx/log.h"
 
 #if wxUSE_NATIVE_STATUSBAR
-    #include <wx/msw/statbr95.h>
+    #include "wx/msw/statbr95.h"
 #endif
 
 extern wxWindowList wxModelessWindows;
index 63d62492e0e7f9334e68526e9dee20216260c82a..1a376ba5a6dfb7d5725ceca98b86adfb84e80e6a 100644 (file)
@@ -30,7 +30,7 @@
 #include <time.h>
 
 #ifdef __WXMSW__
-#include <wx/msw/private.h>
+#include "wx/msw/private.h"
 #endif
 
 #include <string.h>
index 1adae8ce223774cd223ff05bc9c1dcbc821c9f3a..f3d0a6727bdde376d28e5107415288a76190c825 100644 (file)
 #endif
 
 #ifndef   WX_PRECOMP
-  #include  <wx/string.h>
-  #include  <wx/intl.h>
-  #include  <wx/event.h>
-  #include  <wx/app.h>
-  #include  <wx/utils.h>
+  #include  "wx/string.h"
+  #include  "wx/intl.h"
+  #include  "wx/event.h"
+  #include  "wx/app.h"
+  #include  "wx/utils.h"
 #endif  //WX_PRECOMP
 
-#include  <wx/dynarray.h>
-#include  <wx/log.h>
-#include  <wx/config.h>
+#include  "wx/dynarray.h"
+#include  "wx/log.h"
+#include  "wx/config.h"
 
-#include  <wx/msw/iniconf.h>
+#include  "wx/msw/iniconf.h"
 
 // _WINDOWS_ is defined when windows.h is included,
 // __WXMSW__ is defined for MS Windows compilation
index 58b763191597c918e3907eb25f3cda1cd7e8a31e..cd636fba81cc321dcfde821d03902a42976c4ed4 100644 (file)
@@ -35,7 +35,7 @@ typedef UINT MMRESULT;
 #ifndef __TWIN32__
 #ifdef __GNUWIN32__
 #ifndef wxUSE_NORLANDER_HEADERS
-#include <wx/msw/gnuwin32/extra.h>
+#include "wx/msw/gnuwin32/extra.h"
 #endif
 #endif
 #endif
@@ -45,8 +45,8 @@ typedef UINT MMRESULT;
 #define NO_JOYGETPOSEX
 #endif
 
-#include <wx/window.h>
-#include <wx/msw/joystick.h>
+#include "wx/window.h"
+#include "wx/msw/joystick.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
 
index 5b2e30ab63554e9363e881e8ba195fb5e1286210..2168734e0123f4fc4639fa5a378f30a48444cd18 100644 (file)
@@ -50,7 +50,7 @@
 #ifndef __TWIN32__
     #if defined(__GNUWIN32__)
         #ifndef wxUSE_NORLANDER_HEADERS
-            #include <wx/msw/gnuwin32/extra.h>
+            #include "wx/msw/gnuwin32/extra.h"
         #endif
     #endif
 #endif
index 39ccc4c88473228b4d44768dd1934d9cb9e30515..d59e323f81915c237695a0d25e43c0aec16b99d4 100644 (file)
@@ -45,7 +45,7 @@
 #include "wx/msw/private.h"
 
 #if wxUSE_NATIVE_STATUSBAR
-    #include <wx/msw/statbr95.h>
+    #include "wx/msw/statbr95.h"
 #endif
 
 #include <string.h>
index 4dd386361cc1a6403872bc416837dfdc1f87aa5e..aec8a9979a0c1c4ca61c98a0d27f1132a3acad83 100644 (file)
 
 // wxWindows
 #ifndef WX_PRECOMP
-  #include  <wx/string.h>
+  #include  "wx/string.h"
 #endif  // WX_PRECOMP
 
-#include  <wx/log.h>
-#include  <wx/imaglist.h>
-#include  <wx/event.h>
-#include  <wx/control.h>
-#include  <wx/notebook.h>
+#include  "wx/log.h"
+#include  "wx/imaglist.h"
+#include  "wx/event.h"
+#include  "wx/control.h"
+#include  "wx/notebook.h"
 
-#include  <wx/msw/private.h>
+#include  "wx/msw/private.h"
 
 // Windows standard headers
 #ifndef   __WIN95__
index 34f1109c6805d1290e37e3ea22e11df25a66e4ef..38519d4f9bda2e2bc4adb4a7b66b8ff9c19b08dc 100644 (file)
 #pragma hdrstop
 #endif
 
-#include  <wx/setup.h>
-#include  <wx/log.h>
+#include  "wx/setup.h"
+#include  "wx/log.h"
 
 #include <windows.h>
 
 // OLE
-#include  <wx/msw/ole/uuid.h>
-#include  <wx/msw/ole/oleutils.h>
+#include  "wx/msw/ole/uuid.h"
+#include  "wx/msw/ole/oleutils.h"
 
 #if defined(__VISUALC__) && (__VISUALC__ > 1000)
     #include  <docobj.h>
index 67f2d2710fdc8cd3c47272de7f07d5618dda37d8..cc912a6d1db8af147f80cb4b874bfb110d121eec 100644 (file)
 #pragma hdrstop
 #endif
 
-#include  <wx/setup.h>
+#include  "wx/setup.h"
 
 #if wxUSE_DRAG_AND_DROP
 
 // standard headers
 #include  <rpc.h>                       // UUID related functions
 
-#include  <wx/msw/ole/uuid.h>
+#include  "wx/msw/ole/uuid.h"
 
 
 
index 9e1d34945c9943d27a6cd08711fc49bb3d04939f..833dd0a0f24196018bb2894bcd31887561f7f104 100644 (file)
@@ -765,7 +765,7 @@ bool wxPNGReader::SaveXPM(wxChar *filename, wxChar *name)
     return TRUE;
 }
 
-#include <wx/msw/pnghand.h>
+#include "wx/msw/pnghand.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxPNGFileHandler, wxBitmapHandler)
 
index bd75e7fd854a0a00c87cca4bdd93c20e75a16411..da73283d1c786fccc0462833731ef3e913894353 100644 (file)
@@ -22,8 +22,8 @@
 
 #ifndef WX_PRECOMP
 #include <stdio.h>
-#include <wx/utils.h>
-#include <wx/brush.h>
+#include "wx/utils.h"
+#include "wx/brush.h"
 #endif
 
 #ifdef __WIN95__
index 89246bd8a2ac1fd124767c2fd33d4281c7274e55..9b2f4eeb50741017e86e248dcd9ee9be5344c3e9 100644 (file)
 
 #include <windows.h>
 #include <string.h>
-#include <wx/msw/taskbar.h>
-#include <wx/msw/private.h>
+#include "wx/msw/taskbar.h"
+#include "wx/msw/private.h"
 
 #ifndef __TWIN32__
 #ifdef __GNUWIN32__
 #ifndef wxUSE_NORLANDER_HEADERS
-#include <wx/msw/gnuwin32/extra.h>
+#include "wx/msw/gnuwin32/extra.h"
 #endif
 #endif
 #endif
index 045963473769cdadc610e7b1995e0588af43f6b5..32ce024c386abc833e4b8dc9540714f67da2ece4 100644 (file)
@@ -95,7 +95,7 @@
 #ifndef __TWIN32__
     #ifdef __GNUWIN32__
         #ifndef wxUSE_NORLANDER_HEADERS
-            #include <wx/msw/gnuwin32/extra.h>
+            #include "wx/msw/gnuwin32/extra.h"
         #endif
     #endif
 #endif