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_textprinter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/upb_textprinter.h') diff --git a/src/upb_textprinter.h b/src/upb_textprinter.h index aa9febb..f8c7f78 100644 --- a/src/upb_textprinter.h +++ b/src/upb_textprinter.h @@ -8,7 +8,8 @@ #ifndef UPB_TEXT_H_ #define UPB_TEXT_H_ -#include "upb_stream.h" +#include "upb_bytestream.h" +#include "upb_handlers.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3