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_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/upb_decoder.h') diff --git a/src/upb_decoder.h b/src/upb_decoder.h index 954b33c..3d1b06b 100644 --- a/src/upb_decoder.h +++ b/src/upb_decoder.h @@ -20,7 +20,7 @@ #include #include #include -#include "upb_stream.h" +#include "upb_handlers.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3