Fix Krazy warnings about includes/header guards in Debugger.

Change-Id: If547a0002d37710fac58c1a13bacc48cf531bed7
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 11:48:25 +01:00
committed by hjk
parent 8f1752fbb8
commit 68cd15382d
18 changed files with 45 additions and 48 deletions

View File

@@ -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