summaryrefslogtreecommitdiff
path: root/src/upb_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_enum.h')
-rw-r--r--src/upb_enum.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/upb_enum.h b/src/upb_enum.h
index 9fea3a4..cad240a 100644
--- a/src/upb_enum.h
+++ b/src/upb_enum.h
@@ -11,10 +11,7 @@
#include <stdint.h>
#include "upb_table.h"
-
-/* Forward declaration from descriptor.h. */
-struct google_protobuf_EnumDescriptorProto;
-struct google_protobuf_EnumValueDescriptorProto;
+#include "descriptor.h"
struct upb_enum {
struct google_protobuf_EnumDescriptorProto *descriptor;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback