bit_reader.h: correct include

use webp/types.h rather than webp/decode_vp8.h

Change-Id: I9c6da04b92ff00d6dac47ce3eb0bcb2d6a96712d
This commit is contained in:
James Zern 2012-04-23 17:04:22 -07:00
parent 231ec1fb6d
commit 1bd0bd0d4d

View File

@ -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" {