summaryrefslogtreecommitdiff
path: root/upb/bindings
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2017-01-21 10:04:59 -0800
committerJosh Haberman <jhaberman@gmail.com>2017-01-21 10:04:59 -0800
commitc850bc0a4e62c1c9c21c1f6cfe3b8293e64831cf (patch)
tree95361fb4fa68f65f763e7f6db9f8ef9e6c3fdc81 /upb/bindings
parentd5d2eadee5ef2348866d34b3d6e4a616c09576b9 (diff)
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.
Diffstat (limited to 'upb/bindings')
-rw-r--r--upb/bindings/lua/upb.h1
-rw-r--r--upb/bindings/lua/upb/table.c1
2 files changed, 0 insertions, 2 deletions
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
diff --git a/upb/bindings/lua/upb/table.c b/upb/bindings/lua/upb/table.c
index 2379342..79120c7 100644
--- a/upb/bindings/lua/upb/table.c
+++ b/upb/bindings/lua/upb/table.c
@@ -22,7 +22,6 @@
#include "upb/bindings/lua/upb.h"
#include "upb/def.h"
#include "upb/structdefs.int.h"
-#include "upb/symtab.h"
#include "upb/table.int.h"
static void lupbtable_setnum(lua_State *L, int tab, const char *key,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback