diff options
author | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:59 -0400 |
---|---|---|
committer | Boyuan Yang <byang@debian.org> | 2022-07-14 15:56:59 -0400 |
commit | 1a2e17bd28a068714658551c8c355171ce15dfa0 (patch) | |
tree | db9e739007016850ee355365874a20b07034ef2c /src/dsp/film_grain_common.h | |
parent | a08da9600832caf817125edee2c3206fe24cd5cb (diff) | |
parent | d4dbf19f6b0181ee78034bfe4caf189d1c016998 (diff) | |
download | libgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.tar.gz libgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.tar.bz2 libgav1-1a2e17bd28a068714658551c8c355171ce15dfa0.zip |
Update upstream source from tag 'upstream/0.18.0'
Update to upstream version '0.18.0'
with Debian dir a69c1f7f3e7109393a3f9f5f1a2e7a5c3d3eda9f
Diffstat (limited to 'src/dsp/film_grain_common.h')
-rw-r--r-- | src/dsp/film_grain_common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dsp/film_grain_common.h b/src/dsp/film_grain_common.h index 2e6ad45..3c8d761 100644 --- a/src/dsp/film_grain_common.h +++ b/src/dsp/film_grain_common.h @@ -17,15 +17,7 @@ #ifndef LIBGAV1_SRC_DSP_FILM_GRAIN_COMMON_H_ #define LIBGAV1_SRC_DSP_FILM_GRAIN_COMMON_H_ -#include <cstddef> #include <cstdint> -#include <memory> -#include <type_traits> - -#include "src/dsp/common.h" -#include "src/utils/array_2d.h" -#include "src/utils/constants.h" -#include "src/utils/cpu.h" namespace libgav1 { |