summaryrefslogtreecommitdiff
path: root/upb/msg.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-09-11 10:59:08 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-09-11 10:59:08 -0700
commitb79fd65a83e6563393807efbc44be3e2bdb16537 (patch)
tree257b56a8c38292e3f78a7793e4f362f9d66013f5 /upb/msg.h
parentb2a388212a208095300f1ff2f767af82dd9e59b2 (diff)
WIP.
Diffstat (limited to 'upb/msg.h')
-rw-r--r--upb/msg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/upb/msg.h b/upb/msg.h
index c72e9f0..3f0aa0b 100644
--- a/upb/msg.h
+++ b/upb/msg.h
@@ -21,9 +21,8 @@
#ifndef UPB_MSG_H_
#define UPB_MSG_H_
-#include "upb/def.h"
-#include "upb/handlers.h"
-#include "upb/sink.h"
+#include <stdint.h>
+#include "upb/upb.h"
#ifdef __cplusplus
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback