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:
@@ -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"
|
||||||
|
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
@@ -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"
|
||||||
|
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user