commit | 6496fe97e825da051b67f532e23fb1da7a810a33 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Mon May 15 16:00:38 2017 -0700 |
committer | Yaowu Xu <yaowu@google.com> | Tue May 16 20:04:49 2017 +0000 |
tree | a4ae46940c596ad53579eff4f3cce4eab3f13c0c | |
parent | 3e10c487b0396c7935db17a378b77001ba130394 [diff] [blame] |
Use include consistently Change-Id: I1afaecaed152fd9a3f111dc11caca3a347c50c9f
diff --git a/av1/decoder/inspection.h b/av1/decoder/inspection.h index 73faa68..06a94b7 100644 --- a/av1/decoder/inspection.h +++ b/av1/decoder/inspection.h
@@ -15,10 +15,10 @@ extern "C" { #endif // __cplusplus +#include "av1/common/seg_common.h" #if CONFIG_ACCOUNTING #include "av1/decoder/accounting.h" #endif -#include "./av1/common/seg_common.h" typedef void (*aom_inspect_cb)(void *decoder, void *data);