]> git.saurik.com Git - cydia.git/blobdiff - Menes/Function.h
Move cyte diversions and user agents into CyteKit.
[cydia.git] / Menes / Function.h
index f058653850a8fd8870636a4042007a923a7ec9de..37f8e9737e4a2c57e50b7da72d1014376a4a9c6d 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2013  Jay Freeman (saurik)
+ * Copyright (C) 2008-2015  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
 */
 
 /* GNU General Public License, Version 3 {{{ */
@@ -22,8 +22,6 @@
 #ifndef Menes_Function_H
 #define Menes_Function_H
 
 #ifndef Menes_Function_H
 #define Menes_Function_H
 
-#include "CyteKit/UCPlatform.h"
-
 template <typename Result_, typename... Args_>
 class Function {
   private:
 template <typename Result_, typename... Args_>
 class Function {
   private: