avcodec/avcodec: Don't include cpu.h

It is not used here at all; instead, add it where it is used without
including it or any of the arch-specific CPU headers.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-06-12 22:10:11 +02:00
parent cea34b9172
commit 69f120ead7
21 changed files with 20 additions and 1 deletions

View file

@ -17,6 +17,7 @@
*/
#include <stdatomic.h>
#include "cpu.h"
#include "slicethread.h"
#include "mem.h"
#include "thread.h"