summaryrefslogtreecommitdiff
path: root/vp8/decoder/treereader.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-02-10 14:41:38 -0500
committerJohann <johannkoenig@google.com>2011-02-10 15:09:44 -0500
commit02321de0f2177cea1dae0b1f6a3b2448eb522939 (patch)
tree8c8d06bc3c49a20da1f48c920a0e9f87063e3b39 /vp8/decoder/treereader.h
parent7d8199f0c3422e6bd63bef4b9992ce0b2e6b74b5 (diff)
downloadlibvpx-02321de0f2177cea1dae0b1f6a3b2448eb522939.tar
libvpx-02321de0f2177cea1dae0b1f6a3b2448eb522939.tar.gz
libvpx-02321de0f2177cea1dae0b1f6a3b2448eb522939.tar.bz2
libvpx-02321de0f2177cea1dae0b1f6a3b2448eb522939.zip
Fix relative include paths
Allow compiling without adding vp8/{common,encoder,decoder} to the include paths. Change-Id: Ifeb5dac351cdfadcd659736f5158b315a0030b6c
Diffstat (limited to 'vp8/decoder/treereader.h')
-rw-r--r--vp8/decoder/treereader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/decoder/treereader.h b/vp8/decoder/treereader.h
index 277842896..b50a4d2ff 100644
--- a/vp8/decoder/treereader.h
+++ b/vp8/decoder/treereader.h
@@ -12,7 +12,7 @@
#ifndef tree_reader_h
#define tree_reader_h 1
-#include "treecoder.h"
+#include "vp8/common/treecoder.h"
#include "dboolhuff.h"