From eb622c0531f44b9521606ba8a4ec2462a1018d1a Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 8 May 2011 17:13:09 -0700 Subject: Split upb_stream -> upb_bytestream/upb_handlers. --- src/upb_msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/upb_msg.h') diff --git a/src/upb_msg.h b/src/upb_msg.h index 180f918..68ba13a 100644 --- a/src/upb_msg.h +++ b/src/upb_msg.h @@ -18,8 +18,8 @@ #ifndef UPB_MSG_H #define UPB_MSG_H -#include "upb_stream.h" #include +#include "upb_handlers.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3