From c850bc0a4e62c1c9c21c1f6cfe3b8293e64831cf Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Sat, 21 Jan 2017 10:04:59 -0800 Subject: 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. --- upb/pb/glue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/pb/glue.h') 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 -#include "upb/symtab.h" +#include "upb/def.h" #ifdef __cplusplus #include -- cgit v1.2.3