forked from qt-creator/qt-creator
Clean up includes in autotools-plugin.
Fixing an lupdate warning about cyclic dependencies of autotoolsbuildsettingswidget.h. Change-Id: I0e1c721df2c5f70ae9de38dd9bc5a34b63622ba7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
04c97da81e
commit
f1e7fcf64a
@@ -35,14 +35,18 @@
|
||||
#ifndef AUTOTOOLSPROJECT_H
|
||||
#define AUTOTOOLSPROJECT_H
|
||||
|
||||
#include <coreplugin/editormanager/ieditor.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/projectnodes.h>
|
||||
#include <utils/filesystemwatcher.h>
|
||||
|
||||
#include <QPointer>
|
||||
#include <QDir>
|
||||
QT_FORWARD_DECLARE_CLASS(QDir)
|
||||
|
||||
namespace Utils {
|
||||
class FileSystemWatcher;
|
||||
}
|
||||
|
||||
namespace ProjectExplorer {
|
||||
class Node;
|
||||
class FolderNode;
|
||||
}
|
||||
|
||||
namespace AutotoolsProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user