diff options
Diffstat (limited to 'Menes')
-rw-r--r-- | Menes/Function.h | 2 | ||||
-rw-r--r-- | Menes/ObjectHandle.h | 2 | ||||
-rw-r--r-- | Menes/invocationWithSelector.mm | 2 | ||||
-rw-r--r-- | Menes/yieldToSelector.mm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Menes/Function.h b/Menes/Function.h index fffdda9..37f8e97 100644 --- a/Menes/Function.h +++ b/Menes/Function.h @@ -22,8 +22,6 @@ #ifndef Menes_Function_H #define Menes_Function_H -#include "CyteKit/UCPlatform.h" - template <typename Result_, typename... Args_> class Function { private: diff --git a/Menes/ObjectHandle.h b/Menes/ObjectHandle.h index 6369fd0..9b8d57d 100644 --- a/Menes/ObjectHandle.h +++ b/Menes/ObjectHandle.h @@ -22,8 +22,6 @@ #ifndef Menes_ObjectHandle_H #define Menes_ObjectHandle_H -#include "CyteKit/UCPlatform.h" - #include <CoreFoundation/CoreFoundation.h> #include <Foundation/Foundation.h> diff --git a/Menes/invocationWithSelector.mm b/Menes/invocationWithSelector.mm index a2214fb..b730c4d 100644 --- a/Menes/invocationWithSelector.mm +++ b/Menes/invocationWithSelector.mm @@ -19,6 +19,8 @@ **/ /* }}} */ +#include "CyteKit/UCPlatform.h" + #include "Menes/invocationWithSelector.h" @implementation NSInvocation (MenesInvocationWithSelector) diff --git a/Menes/yieldToSelector.mm b/Menes/yieldToSelector.mm index f8f6203..f47c4a0 100644 --- a/Menes/yieldToSelector.mm +++ b/Menes/yieldToSelector.mm @@ -19,6 +19,8 @@ **/ /* }}} */ +#include "CyteKit/UCPlatform.h" + #include "Menes/yieldToSelector.h" @implementation NSObject (MenesYieldToSelector) |