From: Mikko Rasa Date: Sat, 20 Apr 2013 13:05:31 +0000 (+0300) Subject: Correct some multiple inclusion guards X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=28c02372b924cc2df099c63ca6b078e4342686d5 Correct some multiple inclusion guards --- diff --git a/source/core/typelist.h b/source/core/typelist.h index bd8bf44..ecc28fa 100644 --- a/source/core/typelist.h +++ b/source/core/typelist.h @@ -1,5 +1,5 @@ -#ifndef CORE_TYPELIST_H_ -#define CORE_TYPELIST_H_ +#ifndef MSP_CORE_TYPELIST_H_ +#define MSP_CORE_TYPELIST_H_ namespace Msp { diff --git a/source/io/eventdispatcher.h b/source/io/eventdispatcher.h index fec8ded..16dd62b 100644 --- a/source/io/eventdispatcher.h +++ b/source/io/eventdispatcher.h @@ -1,5 +1,5 @@ -#ifndef EVENTDISPATCHER_H_ -#define EVENTDISPATCHER_H_ +#ifndef MSP_IO_EVENTDISPATCHER_H_ +#define MSP_IO_EVENTDISPATCHER_H_ #include #include