]> git.saurik.com Git - cycript.git/blobdiff - cycript.hpp
Ported back to the iPhone.
[cycript.git] / cycript.hpp
index b789731e4da737ec508209cb4f491735489089b9..8a96aaeef2f8f7911c5325ddc6bf97051b5eb2f5 100644 (file)
@@ -1,4 +1,4 @@
-/* Cycript - Remove Execution Server and Disassembler
+/* Cycript - Remote Execution Server and Disassembler
  * Copyright (C) 2009  Jay Freeman (saurik)
 */
 
 #ifndef CYCRIPT_HPP
 #define CYCRIPT_HPP
 
-#ifdef __OBJC__
-#include <Foundation/Foundation.h>
-#endif
-
 #include <JavaScriptCore/JavaScript.h>
 
 #include <apr_pools.h>