From 012f2cb2519bca1bffc5d80335320fd94594ab1d Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 19 Jan 2002 14:50:37 +0000 Subject: [PATCH] use "..." instead of <...> for wx includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/caret/caret.cpp | 4 ++-- samples/dialogs/dialogs.cpp | 4 ++-- samples/help/demo.cpp | 4 ++-- samples/mdi/mdi.cpp | 2 +- samples/mdi/mdi.h | 2 +- samples/sashtest/sashtest.cpp | 4 ++-- samples/sashtest/sashtest.h | 2 +- utils/hhp2cached/hhp2cached.cpp | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/samples/caret/caret.cpp b/samples/caret/caret.cpp index 7415922ae0..d946c63fb8 100644 --- a/samples/caret/caret.cpp +++ b/samples/caret/caret.cpp @@ -19,9 +19,9 @@ // for all others, include the necessary headers (this file is usually all you // need because it includes almost all + #include "wx/wx.h" - #include + #include "wx/log.h" #endif #include "wx/caret.h" diff --git a/samples/dialogs/dialogs.cpp b/samples/dialogs/dialogs.cpp index a3dd84d625..3f005be598 100644 --- a/samples/dialogs/dialogs.cpp +++ b/samples/dialogs/dialogs.cpp @@ -38,8 +38,8 @@ #define wxTEST_GENERIC_DIALOGS_IN_MSW 0 #if defined(__WXMSW__) && wxTEST_GENERIC_DIALOGS_IN_MSW -#include -#include +#include "wx/generic/colrdlgg.h" +#include "wx/generic/fontdlgg.h" #endif #define wxUSE_DIRDLGG 1 diff --git a/samples/help/demo.cpp b/samples/help/demo.cpp index a74435de3a..bc7e926b8d 100644 --- a/samples/help/demo.cpp +++ b/samples/help/demo.cpp @@ -53,8 +53,8 @@ #endif #if USE_HTML_HELP -#include -#include +#include "wx/filesys.h" +#include "wx/fs_zip.h" #if USE_OLD_HTML_HELP #include "wx/generic/helpwxht.h" diff --git a/samples/mdi/mdi.cpp b/samples/mdi/mdi.cpp index 5e67d487e2..c2415d0834 100644 --- a/samples/mdi/mdi.cpp +++ b/samples/mdi/mdi.cpp @@ -29,7 +29,7 @@ #include "wx/mdi.h" #endif -#include +#include "wx/toolbar.h" #if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) #include "mondrian.xpm" diff --git a/samples/mdi/mdi.h b/samples/mdi/mdi.h index e7d50b8de1..3f6b15f51f 100644 --- a/samples/mdi/mdi.h +++ b/samples/mdi/mdi.h @@ -9,7 +9,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#include +#include "wx/toolbar.h" // Define a new application class MyApp : public wxApp diff --git a/samples/sashtest/sashtest.cpp b/samples/sashtest/sashtest.cpp index 89daf0d1ac..5cfc8bda7c 100644 --- a/samples/sashtest/sashtest.cpp +++ b/samples/sashtest/sashtest.cpp @@ -21,8 +21,8 @@ #include "wx/mdi.h" #endif -#include -#include +#include "wx/toolbar.h" +#include "wx/laywin.h" #include "sashtest.h" diff --git a/samples/sashtest/sashtest.h b/samples/sashtest/sashtest.h index fd2737f82e..02ff483b54 100644 --- a/samples/sashtest/sashtest.h +++ b/samples/sashtest/sashtest.h @@ -9,7 +9,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#include +#include "wx/toolbar.h" // Define a new application class MyApp: public wxApp diff --git a/utils/hhp2cached/hhp2cached.cpp b/utils/hhp2cached/hhp2cached.cpp index 471fa04eea..9f22693b9d 100644 --- a/utils/hhp2cached/hhp2cached.cpp +++ b/utils/hhp2cached/hhp2cached.cpp @@ -17,7 +17,7 @@ #include "wx/wx.h" #endif -#include +#include "wx/html/helpdata.h" class MyApp : public wxApp -- 2.45.2