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 DEBUGGER_THREADWINDOW_H
|
||||
#define DEBUGGER_THREADWINDOW_H
|
||||
#ifndef THREADSWINDOW_H
|
||||
#define THREADSWINDOW_H
|
||||
|
||||
#include "basewindow.h"
|
||||
|
||||
@@ -59,4 +59,4 @@ public:
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
#endif // DEBUGGER_THREADWINDOW_H
|
||||
#endif // THREADSWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user