Move wx/evtloopsrc.h to BASE_CMN_HDR from GUI_CMN_HDR

This header ends up being included by wx/apptrait.h, which is in
BASE_CMN_HDR, so it needs itself to be there too in order for
compilation to work when using non-GUI library build.

Closes #18038.
This commit is contained in:
Mart Raudsepp
2018-01-04 16:12:15 +02:00
committed by Vadim Zeitlin
parent 5efba4ce47
commit 48a5d6c5f8
13 changed files with 19 additions and 18 deletions

View File

@@ -526,6 +526,7 @@ BASE_CMN_HDR =
wx/event.h
wx/eventfilter.h
wx/evtloop.h
wx/evtloopsrc.h
wx/except.h
wx/features.h
wx/flags.h
@@ -1021,7 +1022,6 @@ GUI_CMN_HDR =
wx/docmdi.h
wx/docview.h
wx/effects.h
wx/evtloopsrc.h
wx/fdrepdlg.h
wx/filectrl.h
wx/filehistory.h