Skip to content
Snippets Groups Projects
Commit f96b0c61 authored by Daniel Teske's avatar Daniel Teske
Browse files

Disambiguate include guard define


Change-Id: Ie0eeb3fa2de93370f79cede93a3360224ce10ba9
Reviewed-by: default avatarRobert Löhning <robert.loehning@nokia.com>
parent 915770d3
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ ...@@ -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 ...@@ -53,4 +53,4 @@ struct CORE_EXPORT FileUtils
} // namespace Core } // namespace Core
#endif // FILEUTILS_H #endif // CORE_FILEUTILS_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment