forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in Core plugin.
Change-Id: I24b4486bf749d8a649f213482fb8d075a24fc30b Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef FAKETOOLBAR_H
|
||||
#define FAKETOOLBAR_H
|
||||
#ifndef EDITORTOOLBAR_H
|
||||
#define EDITORTOOLBAR_H
|
||||
|
||||
#include "core_global.h"
|
||||
|
||||
@@ -110,4 +110,4 @@ private:
|
||||
|
||||
} // namespace Core
|
||||
|
||||
#endif // FAKETOOLBAR_H
|
||||
#endif // EDITORTOOLBAR_H
|
||||
|
||||
Reference in New Issue
Block a user