X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e3e485bc855bb6aa3e3e7978eac9fb5eea0287e..4f13428c4f852674c8f8fc99af26d9486bf907db:/src/html/helpfrm.cpp diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 35c4a46260..511c1dc044 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -38,6 +38,8 @@ #include "wx/msgdlg.h" #include "wx/textctrl.h" #include "wx/toolbar.h" + #include "wx/choicdlg.h" + #include "wx/filedlg.h" #endif // WXPRECOMP #include "wx/html/helpfrm.h" @@ -51,10 +53,8 @@ #include "wx/busyinfo.h" #include "wx/progdlg.h" #include "wx/fontenum.h" -#include "wx/filedlg.h" #include "wx/artprov.h" #include "wx/spinctrl.h" -#include "wx/choicdlg.h" IMPLEMENT_DYNAMIC_CLASS(wxHtmlHelpFrame, wxFrame)