summaryrefslogtreecommitdiff
path: root/tools/upbc.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-11-14 13:20:21 -0800
committerJoshua Haberman <joshua@reverberate.org>2009-11-14 13:20:21 -0800
commite252432a4176b6524e8c064673459e947ba11cb7 (patch)
tree3dcf06bae83f1bdb25541d87342d371ee7766147 /tools/upbc.c
parent33a68acb14759cb6fcf796b41ad001c93de4b8e4 (diff)
Refactoring: split defs into their own file, move private parsing funcs out of .h file.
Diffstat (limited to 'tools/upbc.c')
-rw-r--r--tools/upbc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/upbc.c b/tools/upbc.c
index fa9c015..f43634f 100644
--- a/tools/upbc.c
+++ b/tools/upbc.c
@@ -13,7 +13,6 @@
#include <stdarg.h>
#include "descriptor.h"
#include "upb_context.h"
-#include "upb_enum.h"
#include "upb_msg.h"
#include "upb_text.h"
#include "upb_array.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback