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 <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
f6f85d9582
commit
2c05ee092b
13 changed files with 0 additions and 13 deletions
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
|
||||
#include "swresample_internal.h"
|
||||
#include "libavutil/cpu.h"
|
||||
|
||||
|
||||
typedef void (conv_func_type)(uint8_t *po, const uint8_t *pi, int is, int os, uint8_t *end);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue