diff options
author | hjk <qtc-commiter@nokia.com> | 2008-12-02 16:19:05 +0100 |
---|---|---|
committer | hjk <qtc-commiter@nokia.com> | 2008-12-02 16:19:05 +0100 |
commit | cf11b696431d26920f54598c8f03f0a5cf822ffa (patch) | |
tree | 9387102d435481132b721fde8ca062c5b8a4f73f /src/plugins/projectexplorer/project.cpp | |
parent | 10e963fb6134b3974901707daa99f5a94d696bed (diff) | |
download | qt-creator-cf11b696431d26920f54598c8f03f0a5cf822ffa.tar.gz |
more code cosmetics
Diffstat (limited to 'src/plugins/projectexplorer/project.cpp')
-rw-r--r-- | src/plugins/projectexplorer/project.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/project.cpp b/src/plugins/projectexplorer/project.cpp index 44a6d9435f..8c74fe6e56 100644 --- a/src/plugins/projectexplorer/project.cpp +++ b/src/plugins/projectexplorer/project.cpp @@ -30,8 +30,10 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -#include "buildstep.h" + #include "project.h" + +#include "buildstep.h" #include "projectexplorer.h" #include "runconfiguration.h" #include "editorconfiguration.h" |