QmlJSEditor: Remove unused forward declarations

Change-Id: I23afc3f7324bf91eb8aa6b42fa734705a7f0cbd5
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Eike Ziller
2014-02-07 14:34:16 +01:00
parent deb1a742e1
commit 104ec050f2

View File

@@ -41,16 +41,6 @@
#include <QFutureWatcher>
#include <QTimer>
namespace QmlJSEditor {
namespace Internal {
class QmlJSTextEditorWidget;
} // Internal
} // QmlJSEditor
namespace ProjectExplorer {
class TaskHub;
} // namespace ProjectExplorer
namespace QmlJSEditor {
namespace Internal {