diff options
author | Eike Ziller <eike.ziller@nokia.com> | 2011-08-30 15:57:00 +0200 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-08-31 13:48:00 +0200 |
commit | bbfa7e002003f4f0dfd0db8e26e87c6a06b462e6 (patch) | |
tree | effeb36105c703df757f9b8d7dfb5bb0b4580b53 /src/plugins/macros | |
parent | b6835eaa8032d454eecedae5669a29f0e6c52f2c (diff) | |
download | qt-creator-bbfa7e002003f4f0dfd0db8e26e87c6a06b462e6.tar.gz |
Merge app_version.h and ide_version.h
Change-Id: I703d4704a3bdf88bd567c92512ee27db6aea043c
Reviewed-on: http://codereview.qt.nokia.com/3918
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
Diffstat (limited to 'src/plugins/macros')
-rw-r--r-- | src/plugins/macros/macro.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/macros/macro.cpp b/src/plugins/macros/macro.cpp index 1654cb5169..d57bcb9405 100644 --- a/src/plugins/macros/macro.cpp +++ b/src/plugins/macros/macro.cpp @@ -33,8 +33,7 @@ #include "macro.h" #include "macroevent.h" -#include <coreplugin/coreconstants.h> - +#include <app/app_version.h> #include <utils/fileutils.h> #include <QtCore/QFileInfo> |