# HG changeset patch # User mru # Date 1278722459 0 # Node ID ac42d0f16eaeab2f001dbc698dd36bcc0bb605d1 # Parent 3d83c38f150e6bd11b7eeb7449a06b4ae42d6e58 intreadwrite: common.h is not needed, attributes.h is sufficient diff -r 3d83c38f150e -r ac42d0f16eae intreadwrite.h --- 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 #include "config.h" +#include "attributes.h" #include "bswap.h" -#include "common.h" typedef union { uint64_t u64;