forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in Analyzer.
Change-Id: I5a31ad75c8e1d89ab9f14ab69767f760de5149bd Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user