bit_reader.h: correct include
use webp/types.h rather than webp/decode_vp8.h Change-Id: I9c6da04b92ff00d6dac47ce3eb0bcb2d6a96712d
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
			
		||||
#include <stdlib.h>  // _byteswap_ulong
 | 
			
		||||
#endif
 | 
			
		||||
#include <string.h>  // For memcpy
 | 
			
		||||
#include "../webp/decode_vp8.h"
 | 
			
		||||
#include "../webp/types.h"
 | 
			
		||||
 | 
			
		||||
#if defined(__cplusplus) || defined(c_plusplus)
 | 
			
		||||
extern "C" {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user