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/rdopt.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'vp8/encoder/rdopt.c') diff --git a/vp8/encoder/rdopt.c b/vp8/encoder/rdopt.c index 632bca419..a27b66260 100644 --- a/vp8/encoder/rdopt.c +++ b/vp8/encoder/rdopt.c @@ -13,28 +13,28 @@ #include #include #include -#include "pragmas.h" +#include "vp8/common/pragmas.h" #include "tokenize.h" #include "treewriter.h" #include "onyx_int.h" #include "modecosts.h" #include "encodeintra.h" -#include "entropymode.h" -#include "reconinter.h" -#include "reconintra.h" -#include "reconintra4x4.h" -#include "findnearmv.h" +#include "vp8/common/entropymode.h" +#include "vp8/common/reconinter.h" +#include "vp8/common/reconintra.h" +#include "vp8/common/reconintra4x4.h" +#include "vp8/common/findnearmv.h" #include "encodemb.h" #include "quantize.h" -#include "idct.h" -#include "g_common.h" +#include "vp8/common/idct.h" +#include "vp8/common/g_common.h" #include "variance.h" #include "mcomp.h" #include "vpx_mem/vpx_mem.h" #include "dct.h" -#include "systemdependent.h" +#include "vp8/common/systemdependent.h" #if CONFIG_RUNTIME_CPU_DETECT #define IF_RTCD(x) (x) -- cgit v1.2.3