Remove duplicate header inclusion in wxQt

No real changes, just remove a redundant line.
This commit is contained in:
Vadim Zeitlin
2019-01-30 18:06:09 +01:00
parent b5b415af87
commit 6bd15cd1ee

View File

@@ -25,7 +25,6 @@
#include "wx/kbdstate.h"
#include "wx/gdicmn.h"
#include "wx/gdicmn.h"
wxPoint wxQtConvertPoint( const QPoint &point )