mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 04:43:27 +00:00
intreadwrite: common.h is not needed, attributes.h is sufficient
Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f4d80ecb22
commit
7918375f88
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "attributes.h"
|
||||||
#include "bswap.h"
|
#include "bswap.h"
|
||||||
#include "common.h"
|
|
||||||
|
|
||||||
typedef union {
|
typedef union {
|
||||||
uint64_t u64;
|
uint64_t u64;
|
||||||
|
Loading…
Reference in New Issue
Block a user