summaryrefslogtreecommitdiff
path: root/upb/msgfactory.c
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/msgfactory.c
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/msgfactory.c')
-rw-r--r--upb/msgfactory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/upb/msgfactory.c b/upb/msgfactory.c
index f082042..2e13199 100644
--- a/upb/msgfactory.c
+++ b/upb/msgfactory.c
@@ -1,5 +1,4 @@
-#include "upb/handlers.h"
#include "upb/msgfactory.h"
static bool is_power_of_two(size_t val) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback