From 6fe860171378a32da84b8e5bc2502c522bd9d9c7 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 20 Jul 2009 13:27:25 -0700 Subject: Move upb_array into its own header, upb_context parses fds instead of fd. --- src/upb_enum.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/upb_enum.h') 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 #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; -- cgit v1.2.3