From c850bc0a4e62c1c9c21c1f6cfe3b8293e64831cf Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Sat, 21 Jan 2017 10:04:59 -0800 Subject: Moved upb_symtab to def.h/def.c. This is in anticipation of removing refcounting and making upb_symtab (soon to be upb_defpool) the unique owner of all defs inside. --- upb/bindings/lua/upb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'upb/bindings/lua/upb.h') diff --git a/upb/bindings/lua/upb.h b/upb/bindings/lua/upb.h index a46474b..84212c5 100644 --- a/upb/bindings/lua/upb.h +++ b/upb/bindings/lua/upb.h @@ -9,7 +9,6 @@ #include "upb/def.h" #include "upb/handlers.h" #include "upb/msg.h" -#include "upb/symtab.h" /* Lua 5.1/5.2 compatibility code. */ #if LUA_VERSION_NUM == 501 -- cgit v1.2.3