diff mbox series

[FFmpeg-devel,14/19] avutil/pixelutils: Don't include common.h

Message ID AM7PR03MB6660D82C88477498DF2F95B48F349@AM7PR03MB6660.eurprd03.prod.outlook.com
State Accepted
Commit 94d5892beac349ddd2ed3bbac0c9100e3d171d36
Headers show
Series [FFmpeg-devel] avutil/x86/emms: Don't unnecessarily include lavu/cpu.h | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to run configure
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished

Commit Message

Andreas Rheinhardt Feb. 15, 2022, 5:43 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavutil/pixelutils.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Martin Storsjö Feb. 23, 2022, 2:51 p.m. UTC | #1
On Tue, 15 Feb 2022, Andreas Rheinhardt wrote:

> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
> libavutil/pixelutils.h | 1 -
> 1 file changed, 1 deletion(-)

LGTM

// Martin
diff mbox series

Patch

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])