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:
Måns Rullgård 2010-07-10 00:40:59 +00:00
parent f4d80ecb22
commit 7918375f88

View File

@ -21,8 +21,8 @@
#include <stdint.h>
#include "config.h"
#include "attributes.h"
#include "bswap.h"
#include "common.h"
typedef union {
uint64_t u64;