]> git.saurik.com Git - cycript.git/blobdiff - cycript.hpp
Repair build when JavaScriptCore is not available.
[cycript.git] / cycript.hpp
index 56ad5d17be0724d6093da4a249a6edbfb91e1c7c..ad3ca304dc12e7f12c2d7775b4eb00d601313e3c 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <sstream>
 
-#include <sig/types.hpp>
-
 #include "Pooling.hpp"
 #include "String.hpp"
 
@@ -51,8 +49,6 @@ CYPool &CYGetGlobalPool();
 
 char **CYComplete(const char *word, const std::string &line, CYUTF8String (*run)(CYPool &pool, const std::string &));
 
-void CYStringify(std::ostringstream &str, const char *data, size_t size, bool c);
-
 const char *CYPoolLibraryPath(CYPool &pool);
 
 #endif/*CYCRIPT_HPP*/