]> git.saurik.com Git - wxWidgets.git/commitdiff
use "..." instead of <...> for wx headers
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 20 Nov 2001 21:31:04 +0000 (21:31 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 20 Nov 2001 21:31:04 +0000 (21:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/menu/menu.cpp

index 6ecd9534489affe9f72bb68230f3c9c90ea3463d..63a7454627e0178371dda21aa5c35b5199d4c5d0 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
-    #include <wx/app.h>
-    #include <wx/frame.h>
-    #include <wx/menu.h>
-    #include <wx/msgdlg.h>
-    #include <wx/log.h>
-    #include <wx/textctrl.h>
+    #include "wx/app.h"
+    #include "wx/frame.h"
+    #include "wx/menu.h"
+    #include "wx/msgdlg.h"
+    #include "wx/log.h"
+    #include "wx/textctrl.h"
 #endif
 
 #if !wxUSE_MENUS