-/* Cycript - Remote Execution Server and Disassembler
+/* Cycript - Inlining/Optimizing JavaScript Compiler
* Copyright (C) 2009 Jay Freeman (saurik)
*/
#include "Replace.hpp"
#include "ObjectiveC/Syntax.hpp"
-#include <objc/runtime.h>
+#include <Foundation/Foundation.h>
#include <sstream>
void CYCategory::Output(CYOutput &out, CYFlags flags) const {