summaryrefslogtreecommitdiff
path: root/upb/pb
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/pb
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/pb')
-rw-r--r--upb/pb/glue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/pb/glue.h b/upb/pb/glue.h
index 8f570bc..716fc0e 100644
--- a/upb/pb/glue.h
+++ b/upb/pb/glue.h
@@ -22,7 +22,7 @@
#define UPB_GLUE_H
#include <stdbool.h>
-#include "upb/symtab.h"
+#include "upb/def.h"
#ifdef __cplusplus
#include <vector>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback