X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=matcher.h;h=468ddf28fdf05ef1bcc86701dd78b1b1c37b13f6;hb=181cf50743241895bf64ecc453033b7b0470d230;hp=c93f2399826c86a7521ea0a2182ad37d8bd3d810;hpb=325454c60f282994cf79c69d49edbcea53f2e924;p=project%2Fjsonpath.git diff --git a/matcher.h b/matcher.h index c93f239..468ddf2 100644 --- a/matcher.h +++ b/matcher.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 Jo-Philipp Wich + * Copyright (C) 2013-2014 Jo-Philipp Wich * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -26,7 +26,7 @@ #include #endif -#include "parser.h" +#include "ast.h" typedef void (*jp_match_cb_t)(struct json_object *res, void *priv);