diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2012-07-25 09:48:48 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2012-07-25 10:39:39 +0200 |
commit | f1e7fcf64a43b32d25899f7df7e957709db67385 (patch) | |
tree | 6734b25428501fa69c010d59d991254af9d55a26 /src/plugins/autotoolsprojectmanager/makefileparser.cpp | |
parent | 04c97da81ec77736345dd36b2bfe16fe381ec6c8 (diff) | |
download | qt-creator-f1e7fcf64a43b32d25899f7df7e957709db67385.tar.gz |
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>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/makefileparser.cpp')
-rw-r--r-- | src/plugins/autotoolsprojectmanager/makefileparser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotoolsprojectmanager/makefileparser.cpp b/src/plugins/autotoolsprojectmanager/makefileparser.cpp index 972f6bce0a..a1fea7247f 100644 --- a/src/plugins/autotoolsprojectmanager/makefileparser.cpp +++ b/src/plugins/autotoolsprojectmanager/makefileparser.cpp @@ -37,6 +37,7 @@ #include <utils/qtcassert.h> #include <QFile> +#include <QDir> #include <QFileInfoList> #include <QMutexLocker> |