diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-23 18:41:33 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-24 12:56:49 +0100 |
commit | 94d5892beac349ddd2ed3bbac0c9100e3d171d36 (patch) | |
tree | bac07c4370e3d5078420c022dcfc86867774d6a9 | |
parent | 8e7d2e46211f932b3511807bdd3c951eb95672aa (diff) | |
download | ffmpeg-94d5892beac349ddd2ed3bbac0c9100e3d171d36.tar.gz |
avutil/pixelutils: Don't include common.h
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavutil/pixelutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/pixelutils.h b/libavutil/pixelutils.h index a8dbc157e1..7a997cde1c 100644 --- a/libavutil/pixelutils.h +++ b/libavutil/pixelutils.h @@ -21,7 +21,6 @@ #include <stddef.h> #include <stdint.h> -#include "common.h" /** * Sum of abs(src1[x] - src2[x]) |