forked from qt-creator/qt-creator
Disambiguate include guard define
Change-Id: Ie0eeb3fa2de93370f79cede93a3360224ce10ba9 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
@@ -30,8 +30,8 @@
|
|||||||
**
|
**
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
#ifndef FILEUTILS_H
|
#ifndef CORE_FILEUTILS_H
|
||||||
#define FILEUTILS_H
|
#define CORE_FILEUTILS_H
|
||||||
|
|
||||||
#include "coreplugin/core_global.h"
|
#include "coreplugin/core_global.h"
|
||||||
|
|
||||||
@@ -53,4 +53,4 @@ struct CORE_EXPORT FileUtils
|
|||||||
|
|
||||||
} // namespace Core
|
} // namespace Core
|
||||||
|
|
||||||
#endif // FILEUTILS_H
|
#endif // CORE_FILEUTILS_H
|
||||||
|
|||||||
Reference in New Issue
Block a user