Include wx/qt/private/converter.h from src/qt/converter.cpp

Follow standard practice and include the header corresponding to the
source file from it explicitly.

Also include wx/gdicmn.h from the header itself, this is a pretty common
header and there is no real advantage in avoiding it there and including
it allows to avoid a bunch of forward declarations.
This commit is contained in:
Vadim Zeitlin
2019-01-30 18:07:33 +01:00
parent 6bd15cd1ee
commit b0d88a306d
2 changed files with 2 additions and 6 deletions

View File

@@ -23,8 +23,7 @@
#include <QtCore/QDate>
#endif // wxUSE_DATETIME
#include "wx/kbdstate.h"
#include "wx/gdicmn.h"
#include "wx/qt/private/converter.h"
wxPoint wxQtConvertPoint( const QPoint &point )