Disambiguate include guard define

Change-Id: Ie0eeb3fa2de93370f79cede93a3360224ce10ba9
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
Daniel Teske
2011-11-10 14:32:41 +01:00
parent 915770d31e
commit f96b0c614d

View File

@@ -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