summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_findnearmv.h
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2012-11-28 10:41:40 -0800
committerJim Bankoski <jimbankoski@google.com>2012-11-28 10:53:17 -0800
commitc67873989f294b906ee07e4f0df35cd0f4ad20d7 (patch)
tree283ab51063e8ef5895234e7c978e2319a90c1a3e /vp9/common/vp9_findnearmv.h
parent926d95cd84745764ad312b5d5c297f4b5570d03d (diff)
downloadlibvpx-c67873989f294b906ee07e4f0df35cd0f4ad20d7.tar
libvpx-c67873989f294b906ee07e4f0df35cd0f4ad20d7.tar.gz
libvpx-c67873989f294b906ee07e4f0df35cd0f4ad20d7.tar.bz2
libvpx-c67873989f294b906ee07e4f0df35cd0f4ad20d7.zip
fixed includes to be fully specified
Change-Id: Ia1cce221f8511561b9cbd8edb7726fbc286ff243
Diffstat (limited to 'vp9/common/vp9_findnearmv.h')
-rw-r--r--vp9/common/vp9_findnearmv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/vp9/common/vp9_findnearmv.h b/vp9/common/vp9_findnearmv.h
index 759bdbaff..a12a72201 100644
--- a/vp9/common/vp9_findnearmv.h
+++ b/vp9/common/vp9_findnearmv.h
@@ -12,10 +12,10 @@
#ifndef __INC_FINDNEARMV_H
#define __INC_FINDNEARMV_H
-#include "vp9_mv.h"
-#include "vp9_blockd.h"
-#include "vp9_treecoder.h"
-#include "vp9_onyxc_int.h"
+#include "vp9/common/vp9_mv.h"
+#include "vp9/common/vp9_blockd.h"
+#include "vp9/common/vp9_treecoder.h"
+#include "vp9/common/vp9_onyxc_int.h"
/* check a list of motion vectors by sad score using a number rows of pixels
* above and a number cols of pixels in the left to select the one with best