summaryrefslogtreecommitdiff
path: root/upb/structs.int.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-03-06 12:17:34 -0800
committerGitHub <noreply@github.com>2019-03-06 12:17:34 -0800
commited9faae0993704b033c594b072d65e1bf19207fa (patch)
treedf2777687abddf1335427d06942ba3436edf8c0b /upb/structs.int.h
parent51f30e064b8e88af8e7d429c5a54c25f28c68b02 (diff)
parent71ec01e34b03557cfed9df5f417791a189e7fca6 (diff)
Merge pull request #141 from haberman/defcleanup
Major refactoring/cleanup of upb
Diffstat (limited to 'upb/structs.int.h')
-rw-r--r--upb/structs.int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/upb/structs.int.h b/upb/structs.int.h
index 1394dd4..ec7a4ae 100644
--- a/upb/structs.int.h
+++ b/upb/structs.int.h
@@ -5,8 +5,7 @@
#ifndef UPB_STRUCTS_H_
#define UPB_STRUCTS_H_
-#include "upb/def.h"
-#include "upb/msg.h"
+#include "upb/upb.h"
struct upb_array {
upb_fieldtype_t type;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback