forked from qt-creator/qt-creator
		
	Fix Krazy warnings about includes/header guards in Debugger.
Change-Id: If547a0002d37710fac58c1a13bacc48cf531bed7 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
		@@ -27,8 +27,8 @@
 | 
			
		||||
**
 | 
			
		||||
****************************************************************************/
 | 
			
		||||
 | 
			
		||||
#ifndef DEBUGGERUISWITCHER_H
 | 
			
		||||
#define DEBUGGERUISWITCHER_H
 | 
			
		||||
#ifndef DEBUGGERMAINWINDOW_H
 | 
			
		||||
#define DEBUGGERMAINWINDOW_H
 | 
			
		||||
 | 
			
		||||
#include "debugger_global.h"
 | 
			
		||||
#include "debuggerconstants.h"
 | 
			
		||||
@@ -92,4 +92,4 @@ private:
 | 
			
		||||
 | 
			
		||||
} // namespace Debugger
 | 
			
		||||
 | 
			
		||||
#endif // DEBUGGERUISWITCHER_H
 | 
			
		||||
#endif // DEBUGGERMAINWINDOW_H
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user