intreadwrite: common.h is not needed, attributes.h is sufficient
authorMåns Rullgård <mans@mansr.com>
Sat, 10 Jul 2010 00:40:59 +0000 (00:40 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 10 Jul 2010 00:40:59 +0000 (00:40 +0000)
Originally committed as revision 24155 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/intreadwrite.h

index c8026f0..9315cdd 100644 (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;