use "..." instead of <...> for wx includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-01-19 14:50:37 +00:00
parent 42f30fa288
commit 012f2cb251
8 changed files with 12 additions and 12 deletions

View File

@@ -19,9 +19,9 @@
// for all others, include the necessary headers (this file is usually all you // for all others, include the necessary headers (this file is usually all you
// need because it includes almost all <standard< wxWindows headers // need because it includes almost all <standard< wxWindows headers
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include <wx/wx.h> #include "wx/wx.h"
#include <wx/log.h> #include "wx/log.h"
#endif #endif
#include "wx/caret.h" #include "wx/caret.h"

View File

@@ -38,8 +38,8 @@
#define wxTEST_GENERIC_DIALOGS_IN_MSW 0 #define wxTEST_GENERIC_DIALOGS_IN_MSW 0
#if defined(__WXMSW__) && wxTEST_GENERIC_DIALOGS_IN_MSW #if defined(__WXMSW__) && wxTEST_GENERIC_DIALOGS_IN_MSW
#include <wx/generic/colrdlgg.h> #include "wx/generic/colrdlgg.h"
#include <wx/generic/fontdlgg.h> #include "wx/generic/fontdlgg.h"
#endif #endif
#define wxUSE_DIRDLGG 1 #define wxUSE_DIRDLGG 1

View File

@@ -53,8 +53,8 @@
#endif #endif
#if USE_HTML_HELP #if USE_HTML_HELP
#include <wx/filesys.h> #include "wx/filesys.h"
#include <wx/fs_zip.h> #include "wx/fs_zip.h"
#if USE_OLD_HTML_HELP #if USE_OLD_HTML_HELP
#include "wx/generic/helpwxht.h" #include "wx/generic/helpwxht.h"

View File

@@ -29,7 +29,7 @@
#include "wx/mdi.h" #include "wx/mdi.h"
#endif #endif
#include <wx/toolbar.h> #include "wx/toolbar.h"
#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) #if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
#include "mondrian.xpm" #include "mondrian.xpm"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows license // Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#include <wx/toolbar.h> #include "wx/toolbar.h"
// Define a new application // Define a new application
class MyApp : public wxApp class MyApp : public wxApp

View File

@@ -21,8 +21,8 @@
#include "wx/mdi.h" #include "wx/mdi.h"
#endif #endif
#include <wx/toolbar.h> #include "wx/toolbar.h"
#include <wx/laywin.h> #include "wx/laywin.h"
#include "sashtest.h" #include "sashtest.h"

View File

@@ -9,7 +9,7 @@
// Licence: wxWindows license // Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#include <wx/toolbar.h> #include "wx/toolbar.h"
// Define a new application // Define a new application
class MyApp: public wxApp class MyApp: public wxApp

View File

@@ -17,7 +17,7 @@
#include "wx/wx.h" #include "wx/wx.h"
#endif #endif
#include <wx/html/helpdata.h> #include "wx/html/helpdata.h"
class MyApp : public wxApp class MyApp : public wxApp