From f96b0c614dbcda008e7a87ef039589a87e295358 Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Thu, 10 Nov 2011 14:32:41 +0100 Subject: [PATCH] Disambiguate include guard define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie0eeb3fa2de93370f79cede93a3360224ce10ba9 Reviewed-by: Robert Löhning --- src/plugins/coreplugin/fileutils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/coreplugin/fileutils.h b/src/plugins/coreplugin/fileutils.h index 9ed147d16cf..697d0486374 100644 --- a/src/plugins/coreplugin/fileutils.h +++ b/src/plugins/coreplugin/fileutils.h @@ -30,8 +30,8 @@ ** **************************************************************************/ -#ifndef FILEUTILS_H -#define FILEUTILS_H +#ifndef CORE_FILEUTILS_H +#define CORE_FILEUTILS_H #include "coreplugin/core_global.h" @@ -53,4 +53,4 @@ struct CORE_EXPORT FileUtils } // namespace Core -#endif // FILEUTILS_H +#endif // CORE_FILEUTILS_H