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/cpprefactoringchanges.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/plugins/cpptools/cpprefactoringchanges.h') diff --git a/src/plugins/cpptools/cpprefactoringchanges.h b/src/plugins/cpptools/cpprefactoringchanges.h index c1b0e10b7e..81382fa770 100644 --- a/src/plugins/cpptools/cpprefactoringchanges.h +++ b/src/plugins/cpptools/cpprefactoringchanges.h @@ -30,15 +30,15 @@ #ifndef CPPREFACTORINGCHANGES_H #define CPPREFACTORINGCHANGES_H -#include +#include "cpptools_global.h" #include "ModelManagerInterface.h" -#include -#include - -#include #include +#include +#include +#include + namespace CppTools { class CppRefactoringChanges; -- cgit v1.2.1