diff options
author | James Zern <jzern@google.com> | 2016-05-04 14:54:53 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2016-05-04 14:54:53 -0700 |
commit | 4f69f741d898ed896b392d86ca42d35b5997c879 (patch) | |
tree | 0700ab1d9f819f4bd073cfc2a43924e4478d3bdb | |
parent | aa68a8301efe3b8ab0ee96462f6e0d6320fc870c (diff) | |
download | libvpx-4f69f741d898ed896b392d86ca42d35b5997c879.tar.gz |
vpx_dsp_common.h: remove circular include
Change-Id: I05b3028a38bbc062c388eeb95e99a3fee583ae6b
-rw-r--r-- | vpx_dsp/vpx_dsp_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vpx_dsp/vpx_dsp_common.h b/vpx_dsp/vpx_dsp_common.h index 2c95a3d51..a1d0a51ef 100644 --- a/vpx_dsp/vpx_dsp_common.h +++ b/vpx_dsp/vpx_dsp_common.h @@ -13,7 +13,6 @@ #include "./vpx_config.h" #include "vpx/vpx_integer.h" -#include "vpx_dsp/vpx_dsp_common.h" #include "vpx_ports/mem.h" #ifdef __cplusplus |