X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8c3d6306cbc4d08483f91a8fb964aa9afc6f215..511bec9640556c23969942f7912ada90c19d36ac:/src/generic/helpext.cpp diff --git a/src/generic/helpext.cpp b/src/generic/helpext.cpp index 455c0224c0..7a8135133d 100644 --- a/src/generic/helpext.cpp +++ b/src/generic/helpext.cpp @@ -18,9 +18,9 @@ #if wxUSE_HELP && !defined(__WXWINCE__) && (!defined(__WXMAC__) || defined(__WXMAC_OSX__)) #ifndef WX_PRECOMP + #include "wx/list.h" #include "wx/string.h" #include "wx/utils.h" - #include "wx/list.h" #include "wx/intl.h" #include "wx/msgdlg.h" #include "wx/choicdlg.h"