forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in version control.
Change-Id: I75f2040e9b3dd5d9786faf2e829ec808af7f1304 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VCSBASE_BASEEDITOR_H
|
||||
#define VCSBASE_BASEEDITOR_H
|
||||
#ifndef VCSBASEEDITOR_H
|
||||
#define VCSBASEEDITOR_H
|
||||
|
||||
#include "vcsbase_global.h"
|
||||
|
||||
@@ -289,4 +289,4 @@ public:
|
||||
|
||||
Q_DECLARE_METATYPE(VcsBase::DiffChunk)
|
||||
|
||||
#endif // VCSBASE_BASEEDITOR_H
|
||||
#endif // VCSBASEEDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user