summaryrefslogtreecommitdiff
path: root/Menes/Function.h
diff options
context:
space:
mode:
Diffstat (limited to 'Menes/Function.h')
-rw-r--r--Menes/Function.h2
1 files changed, 0 insertions, 2 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: