From 84e89e2aac48d44bdb6424cc617c11ed80c370a1 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 7 Dec 2001 20:18:55 +0000 Subject: [PATCH] use "..." instead of <...> for wx includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/font/font.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/font/font.cpp b/samples/font/font.cpp index 2577b489a5..7bfb91979e 100644 --- a/samples/font/font.cpp +++ b/samples/font/font.cpp @@ -19,18 +19,18 @@ // 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 -#include -#include -#include -#include -#include -#include +#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 -- 2.50.0