forked from qt-creator/qt-creator
		
	qbs build: Remove unneeded import statements.
The respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
		@@ -1,8 +1,6 @@
 | 
			
		||||
import qbs 1.0
 | 
			
		||||
import qbs.FileInfo
 | 
			
		||||
 | 
			
		||||
import QtcPlugin
 | 
			
		||||
 | 
			
		||||
QtcPlugin {
 | 
			
		||||
    name: "CppTools"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user