From 02321de0f2177cea1dae0b1f6a3b2448eb522939 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Thu, 10 Feb 2011 14:41:38 -0500 Subject: Fix relative include paths Allow compiling without adding vp8/{common,encoder,decoder} to the include paths. Change-Id: Ifeb5dac351cdfadcd659736f5158b315a0030b6c --- vp8/encoder/boolhuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp8/encoder/boolhuff.c') diff --git a/vp8/encoder/boolhuff.c b/vp8/encoder/boolhuff.c index 82006b196..788d2b05f 100644 --- a/vp8/encoder/boolhuff.c +++ b/vp8/encoder/boolhuff.c @@ -10,7 +10,7 @@ #include "boolhuff.h" -#include "blockd.h" +#include "vp8/common/blockd.h" -- cgit v1.2.3