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
				
			| @@ -30,9 +30,6 @@ | ||||
| #ifndef CPPFINDREFERENCES_H | ||||
| #define CPPFINDREFERENCES_H | ||||
|  | ||||
| #include <utils/filesearch.h> | ||||
|  | ||||
| #include <cplusplus/CppDocument.h> | ||||
| #include <cplusplus/DependencyTable.h> | ||||
| #include <cplusplus/FindUsages.h> | ||||
|  | ||||
| @@ -41,7 +38,6 @@ | ||||
| #include <QPointer> | ||||
| #include <QFuture> | ||||
| #include <QFutureWatcher> | ||||
| #include <QMetaType> | ||||
|  | ||||
| QT_FORWARD_DECLARE_CLASS(QTimer) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user