diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2013-03-27 18:54:03 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2013-04-03 13:40:39 +0200 |
commit | 792303202213b4c90fc670620658aa0551bfc1b3 (patch) | |
tree | 721156735347cac46c084d44c5e5e1d782c22d38 /src/plugins/cpptools/symbolfinder.h | |
parent | 4fc706d7e04abcbdd77d1687e9f4fc0971b8eb07 (diff) | |
download | qt-creator-792303202213b4c90fc670620658aa0551bfc1b3.tar.gz |
fix include style relating to cplusplus libraries
... and adjust INCLUDEPATH accordingly.
while i'm at messing with include statements, also re-order the include
blocks according to policy and sort them within bigger blocks.
Change-Id: I7762abfd7c4ecf59432b99db2f424e4fa25733a5
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/cpptools/symbolfinder.h')
-rw-r--r-- | src/plugins/cpptools/symbolfinder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cpptools/symbolfinder.h b/src/plugins/cpptools/symbolfinder.h index 655c1a65cb..a925988fa2 100644 --- a/src/plugins/cpptools/symbolfinder.h +++ b/src/plugins/cpptools/symbolfinder.h @@ -32,8 +32,8 @@ #include "cpptools_global.h" -#include <CppDocument.h> -#include <CPlusPlusForwardDeclarations.h> +#include <cplusplus/CppDocument.h> +#include <cplusplus/CPlusPlusForwardDeclarations.h> #include <QHash> #include <QStringList> |