]> git.saurik.com Git - wxWidgets.git/commitdiff
use "..." instead of <...> for wx includes
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 7 Dec 2001 20:18:55 +0000 (20:18 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 7 Dec 2001 20:18:55 +0000 (20:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/font/font.cpp

index 2577b489a5209f0a4851c65a353ae541cf1163ea..7bfb91979ee9d5880c9305ab07f1820ca3a9f589 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"
 
-    #include <wx/log.h>
+    #include "wx/log.h"
 #endif
 
-#include <wx/choicdlg.h>
-#include <wx/fontdlg.h>
-#include <wx/fontenum.h>
-#include <wx/fontmap.h>
-#include <wx/encconv.h>
-#include <wx/splitter.h>
-#include <wx/textfile.h>
+#include "wx/choicdlg.h"
+#include "wx/fontdlg.h"
+#include "wx/fontenum.h"
+#include "wx/fontmap.h"
+#include "wx/encconv.h"
+#include "wx/splitter.h"
+#include "wx/textfile.h"
 
 // ----------------------------------------------------------------------------
 // private classes