From 2c05ee092bda386cfaa6c0cd231ec64987335cfd Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 12 Jun 2021 23:00:12 +0200 Subject: avutil/internal, swresample/audioconvert: Remove cpu.h inclusions These inclusions are not necessary, as cpu.h is already included wherever it is needed (via direct inclusion or via the arch-specific headers). Also remove other unnecessary cpu.h inclusions from ordinary non-headers. Signed-off-by: Andreas Rheinhardt --- libavutil/internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/internal.h b/libavutil/internal.h index 7cd36ff742..a33e8700c3 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -40,7 +40,6 @@ #include "config.h" #include "attributes.h" #include "timer.h" -#include "cpu.h" #include "dict.h" #include "macros.h" #include "pixfmt.h" -- cgit v1.2.3