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:
@@ -28,11 +28,11 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "callgrindfunction.h"
|
||||
#include "callgrindfunction_p.h"
|
||||
|
||||
#include "callgrindfunctioncall.h"
|
||||
#include "callgrindcostitem.h"
|
||||
#include "callgrindparsedata.h"
|
||||
#include "callgrindfunction_p.h"
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRINDTOOLBASEPLUGIN_H
|
||||
#define VALGRINDTOOLBASEPLUGIN_H
|
||||
#ifndef VALGRINDPLUGIN_H
|
||||
#define VALGRINDPLUGIN_H
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <analyzerbase/ianalyzertool.h>
|
||||
@@ -54,4 +54,4 @@ public:
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRINDTOOLBASEPLUGIN_H
|
||||
#endif // VALGRINDPLUGIN_H
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRIND_RUNNER_P_H
|
||||
#define VALGRIND_RUNNER_P_H
|
||||
#ifndef VALGRINDPROCESS_H
|
||||
#define VALGRINDPROCESS_H
|
||||
|
||||
#include <utils/qtcprocess.h>
|
||||
#include <ssh/sshremoteprocess.h>
|
||||
@@ -164,4 +164,4 @@ private:
|
||||
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_RUNNER_P_H
|
||||
#endif // VALGRINDPROCESS_H
|
||||
|
||||
Reference in New Issue
Block a user