From 792303202213b4c90fc670620658aa0551bfc1b3 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 27 Mar 2013 18:54:03 +0100 Subject: 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 Reviewed-by: Eike Ziller --- src/plugins/cpptools/cppmodelmanager_test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/plugins/cpptools/cppmodelmanager_test.cpp') diff --git a/src/plugins/cpptools/cppmodelmanager_test.cpp b/src/plugins/cpptools/cppmodelmanager_test.cpp index a5eb79914b..34cfd7dd86 100644 --- a/src/plugins/cpptools/cppmodelmanager_test.cpp +++ b/src/plugins/cpptools/cppmodelmanager_test.cpp @@ -28,10 +28,12 @@ ****************************************************************************/ #include "cpptoolsplugin.h" -#include "CppDocument.h" + #include "cppmodelmanager.h" #include "modelmanagertesthelper.h" +#include + #include #include -- cgit v1.2.1