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:
parent
cea34b9172
commit
69f120ead7
21 changed files with 20 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <stdatomic.h>
|
||||
#include "cpu.h"
|
||||
#include "slicethread.h"
|
||||
#include "mem.h"
|
||||
#include "thread.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue