forked from qt-creator/qt-creator
Fix Krazy warnings about improper include guard in Utils.
Change-Id: I8ec1e459a8430163e3e8b6eae6a282e8ae45cfd4 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef FSWATCHER_H
|
||||
#define FSWATCHER_H
|
||||
#ifndef FILESYSTEMWATCHER_H
|
||||
#define FILESYSTEMWATCHER_H
|
||||
|
||||
#include "utils_global.h"
|
||||
|
||||
@@ -88,4 +88,4 @@ private:
|
||||
|
||||
} // namespace Utils
|
||||
|
||||
#endif // FSWATCHER_H
|
||||
#endif // FILESYSTEMWATCHER_H
|
||||
|
||||
Reference in New Issue
Block a user