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