Remove redundant include from dsp/lossless code.

Change-Id: Ie8a497a486653f907c2a27f4027640a3308c6cc8
This commit is contained in:
vikas arora 2013-01-10 15:05:53 -08:00
parent 1ab5b3a7bd
commit e6409adc2e

View File

@ -21,7 +21,6 @@ extern "C" {
#include "../dec/vp8li.h"
#include "../dsp/yuv.h"
#include "../dsp/dsp.h"
#include "../enc/histogram.h"
#define MAX_DIFF_COST (1e30f)