diff options
author | 2015-07-28 00:45:17 +0200 | |
---|---|---|
committer | 2015-07-29 11:19:43 +0200 | |
commit | a83ad4d11fb51771ecaff7d17a0c4ed8160430c6 (patch) | |
tree | 89b1e585f4196466204100bd4f869a34833c437e /src/osd/modules/debugger/qt/deviceinformationwindow.h | |
parent | 1b452e3bfb48e9c77e705a60ab285c382d457e8a (diff) |
debugqt: Port to Qt5 [O. Galibert]
Diffstat (limited to 'src/osd/modules/debugger/qt/deviceinformationwindow.h')
-rw-r--r-- | src/osd/modules/debugger/qt/deviceinformationwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/qt/deviceinformationwindow.h b/src/osd/modules/debugger/qt/deviceinformationwindow.h index 6ea38de60c3..b0d9898488a 100644 --- a/src/osd/modules/debugger/qt/deviceinformationwindow.h +++ b/src/osd/modules/debugger/qt/deviceinformationwindow.h @@ -3,8 +3,6 @@ #ifndef __DEBUG_QT_DEVICE_INFORMATION_WINDOW_H__ #define __DEBUG_QT_DEVICE_INFORMATION_WINDOW_H__ -#include <QtGui/QtGui> - #include "windowqt.h" //============================================================ |