summaryrefslogtreecommitdiff
path: root/upb/bindings
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-03-27 12:52:33 -0700
committerGitHub <noreply@github.com>2019-03-27 12:52:33 -0700
commit928ef7f2c02f18d9945dd750884dffbdebef1b98 (patch)
treed3b71619bfa0b8a91854045c01ce8b5cd15ae403 /upb/bindings
parent00f96cb9475228ecacd9be1660f4f8d9d7b24038 (diff)
Removed reflection and other extraneous things from the core library. (#158)
* Removed reflection and other extraneous things from the core library. * Added missing files and ran buildifier. * New CMakeLists.txt. * Made table its own cc_library() for internal usage.
Diffstat (limited to 'upb/bindings')
-rw-r--r--upb/bindings/lua/msg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb/bindings/lua/msg.c b/upb/bindings/lua/msg.c
index df5a143..1e5e47c 100644
--- a/upb/bindings/lua/msg.c
+++ b/upb/bindings/lua/msg.c
@@ -7,9 +7,11 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
+
#include "lauxlib.h"
#include "upb/bindings/lua/upb.h"
#include "upb/handlers.h"
+#include "upb/legacy_msg_reflection.h"
#include "upb/msg.h"
/*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback