]> git.saurik.com Git - cycript.git/blobdiff - Handler.cpp
We aren't allowed to treat Infinity as keyword ;P.
[cycript.git] / Handler.cpp
index d048d83f60bade37e25b05bcecf7f0dd7fdca5bb..a49fcb659e956193f0548b2b7376b83df04e15cb 100644 (file)
@@ -19,6 +19,8 @@
 **/
 /* }}} */
 
 **/
 /* }}} */
 
+#include "cycript.hpp"
+
 #include <dlfcn.h>
 #include <pthread.h>
 #include <unistd.h>
 #include <dlfcn.h>
 #include <pthread.h>
 #include <unistd.h>
 #include <CoreFoundation/CoreFoundation.h>
 #endif
 
 #include <CoreFoundation/CoreFoundation.h>
 #endif
 
-#include "cycript.hpp"
-
+#include "Driver.hpp"
 #include "JavaScript.hpp"
 #include "JavaScript.hpp"
-#include "Parser.hpp"
+#include "Syntax.hpp"
 #include "Pooling.hpp"
 
 #include "Pooling.hpp"
 
-#include "Cycript.tab.hh"
-#include "Driver.hpp"
-
 struct CYExecute_ {
     CYPool &pool_;
     const char * volatile data_;
 struct CYExecute_ {
     CYPool &pool_;
     const char * volatile data_;