forked from qt-creator/qt-creator
		
	Fix Krazy warnings about includes/header guards in Cpp-Editor.
Change-Id: I00a68d7f2b509e3934c3248765a78e9b47749127 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
		@@ -27,8 +27,8 @@
 | 
			
		||||
**
 | 
			
		||||
****************************************************************************/
 | 
			
		||||
 | 
			
		||||
#ifndef CPPPOINTERFORMATTER_H
 | 
			
		||||
#define CPPPOINTERFORMATTER_H
 | 
			
		||||
#ifndef CPPPOINTERDECLARATIONFORMATTER_H
 | 
			
		||||
#define CPPPOINTERDECLARATIONFORMATTER_H
 | 
			
		||||
 | 
			
		||||
#include "cpptools_global.h"
 | 
			
		||||
 | 
			
		||||
@@ -128,4 +128,4 @@ private:
 | 
			
		||||
 | 
			
		||||
} // namespace CppTools
 | 
			
		||||
 | 
			
		||||
#endif // CPPPOINTERFORMATTER_H
 | 
			
		||||
#endif // CPPPOINTERDECLARATIONFORMATTER_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user