forked from qt-creator/qt-creator
		
	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>
This commit is contained in:
		| @@ -30,15 +30,15 @@ | ||||
| #ifndef CPPREFACTORINGCHANGES_H | ||||
| #define CPPREFACTORINGCHANGES_H | ||||
|  | ||||
| #include <ASTfwd.h> | ||||
| #include "cpptools_global.h" | ||||
| #include "ModelManagerInterface.h" | ||||
| #include <cplusplus/CppDocument.h> | ||||
| #include <cplusplus/LookupContext.h> | ||||
|  | ||||
| #include <cpptools/cpptools_global.h> | ||||
|  | ||||
| #include <texteditor/refactoringchanges.h> | ||||
|  | ||||
| #include <cplusplus/ASTfwd.h> | ||||
| #include <cplusplus/CppDocument.h> | ||||
| #include <cplusplus/LookupContext.h> | ||||
|  | ||||
| namespace CppTools { | ||||
|  | ||||
| class CppRefactoringChanges; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user