summaryrefslogtreecommitdiff
path: root/src/upb_enum.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-20 13:27:25 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-20 13:27:25 -0700
commit6fe860171378a32da84b8e5bc2502c522bd9d9c7 (patch)
tree511aa43fcf4ad6329b921ea5cc3ccd1c37dd204b /src/upb_enum.h
parent1e388b0af3d7c2384cd350a349ba756914620466 (diff)
Move upb_array into its own header, upb_context parses fds instead of fd.
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