From 4475fbd8d0c40f42aa7e14ccb5fbec59b31e4b4c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 5 Jan 2012 10:10:50 +1000 Subject: Consolidate the parser includes. --- LuaSL/src/LuaSL_LSL_tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'LuaSL/src/LuaSL_LSL_tree.c') diff --git a/LuaSL/src/LuaSL_LSL_tree.c b/LuaSL/src/LuaSL_LSL_tree.c index 7ea5d67..7cebecc 100644 --- a/LuaSL/src/LuaSL_LSL_tree.c +++ b/LuaSL/src/LuaSL_LSL_tree.c @@ -2,8 +2,7 @@ * Implementation of functions used to build the abstract syntax tree. */ -#include "LuaSL_parser_param.h" -#include "LuaSL_yaccer.tab.h" +#include "LuaSL_LSL_tree.h" #include /** -- cgit v1.1