Fix Krazy warnings about includes/header guards in Analyzer.

Change-Id: I5a31ad75c8e1d89ab9f14ab69767f760de5149bd
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Friedemann Kleint
2013-03-12 11:54:29 +01:00
committed by hjk
parent 3bc622400d
commit 8f1752fbb8
5 changed files with 11 additions and 12 deletions

View File

@@ -27,8 +27,8 @@
**
****************************************************************************/
#ifndef LIBVALGRIND_CALLGRIND_CALLEE_H
#define LIBVALGRIND_CALLGRIND_CALLEE_H
#ifndef CALLGRINDFUNCTIONCALL_H
#define CALLGRINDFUNCTIONCALL_H
#include <QMetaType>
@@ -90,4 +90,4 @@ private:
Q_DECLARE_METATYPE(const Valgrind::Callgrind::FunctionCall *);
#endif // LIBVALGRIND_CALLGRIND_CALLEE_H
#endif // CALLGRINDFUNCTIONCALL_H