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