// 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/caret.h"
#define wxTEST_GENERIC_DIALOGS_IN_MSW 0
#if defined(__WXMSW__) && wxTEST_GENERIC_DIALOGS_IN_MSW
-#include <wx/generic/colrdlgg.h>
-#include <wx/generic/fontdlgg.h>
+#include "wx/generic/colrdlgg.h"
+#include "wx/generic/fontdlgg.h"
#endif
#define wxUSE_DIRDLGG 1
#endif
#if USE_HTML_HELP
-#include <wx/filesys.h>
-#include <wx/fs_zip.h>
+#include "wx/filesys.h"
+#include "wx/fs_zip.h"
#if USE_OLD_HTML_HELP
#include "wx/generic/helpwxht.h"
#include "wx/mdi.h"
#endif
-#include <wx/toolbar.h>
+#include "wx/toolbar.h"
#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
#include "mondrian.xpm"
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#include <wx/toolbar.h>
+#include "wx/toolbar.h"
// Define a new application
class MyApp : public wxApp
#include "wx/mdi.h"
#endif
-#include <wx/toolbar.h>
-#include <wx/laywin.h>
+#include "wx/toolbar.h"
+#include "wx/laywin.h"
#include "sashtest.h"
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#include <wx/toolbar.h>
+#include "wx/toolbar.h"
// Define a new application
class MyApp: public wxApp
#include "wx/wx.h"
#endif
-#include <wx/html/helpdata.h>
+#include "wx/html/helpdata.h"
class MyApp : public wxApp