X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/f95d2598051e347460e028286ff2d33e5825e548..fbbf5d6a250314444fa682e19c56b52e3774180e:/Decode.hpp diff --git a/Decode.hpp b/Decode.hpp index e65bb45..be4e8b9 100644 --- a/Decode.hpp +++ b/Decode.hpp @@ -1,5 +1,5 @@ /* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2014 Jay Freeman (saurik) + * Copyright (C) 2009-2015 Jay Freeman (saurik) */ /* GNU Affero General Public License, Version 3 {{{ */ @@ -24,7 +24,7 @@ #include -#include "Parser.hpp" +#include "Syntax.hpp" CYTypedIdentifier *Decode(CYPool &pool, struct sig::Type *type);