changeset 991:ac42d0f16eae libavutil

intreadwrite: common.h is not needed, attributes.h is sufficient
author mru
date Sat, 10 Jul 2010 00:40:59 +0000
parents 3d83c38f150e
children a13125b5be3a
files intreadwrite.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/intreadwrite.h	Sat Jul 10 00:40:55 2010 +0000
+++ b/intreadwrite.h	Sat Jul 10 00:40:59 2010 +0000
@@ -21,8 +21,8 @@
 
 #include <stdint.h>
 #include "config.h"
+#include "attributes.h"
 #include "bswap.h"
-#include "common.h"
 
 typedef union {
     uint64_t u64;