]> git.saurik.com Git - cycript.git/blobdiff - Network.cpp
Actually committing the file that fixed the int to size_t for the lexer warning.
[cycript.git] / Network.cpp
index 1869e269277c976fb399b86a45d4a17b37da8273..c0b8c9b390dd5c43a99c70b91b30de820d06bb6b 100644 (file)
@@ -1,6 +1,4 @@
-#include "cycript.hpp"
-
-/* Cycript - Remove Execution Server and Disassembler
+/* Cycript - Inlining/Optimizing JavaScript Compiler
  * Copyright (C) 2009  Jay Freeman (saurik)
 */
 
@@ -39,6 +37,8 @@
 */
 /* }}} */
 
+#include "cycript.hpp"
+
 #include <sys/types.h>
 #include <sys/socket.h>