forked from qt-creator/qt-creator
		
	Clean headers in CppTools.
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ic8464ea084ca1ab401e9f4a7d0183b92b4038902 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
		
				
					committed by
					
						 Erik Verbruggen
						Erik Verbruggen
					
				
			
			
				
	
			
			
			
						parent
						
							7d163a079d
						
					
				
				
					commit
					4b0bafd615
				
			| @@ -32,18 +32,14 @@ | ||||
|  | ||||
| #include "cppcompletionassistprovider.h" | ||||
|  | ||||
| #include <cplusplus/CppDocument.h> | ||||
| #include <cplusplus/Icons.h> | ||||
| #include <cplusplus/Overview.h> | ||||
| #include <cplusplus/TypeOfExpression.h> | ||||
| #if QT_VERSION >= 0x050000 | ||||
| // Qt 5 requires the types to be defined for Q_DECLARE_METATYPE | ||||
| #  include <cplusplus/Symbol.h> | ||||
| #endif | ||||
|  | ||||
| #include <texteditor/codeassist/basicproposalitem.h> | ||||
| #include <texteditor/codeassist/basicproposalitemlistmodel.h> | ||||
| #include <texteditor/codeassist/completionassistprovider.h> | ||||
| #include <texteditor/codeassist/defaultassistinterface.h> | ||||
| #include <texteditor/codeassist/iassistprocessor.h> | ||||
| #include <texteditor/snippets/snippetassistcollector.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user