diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-14 12:20:25 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-14 12:20:25 -0500 |
commit | b8ed8b124aaff754e244dff6930b36c192fa69e0 (patch) | |
tree | c6d7caf75d42584eaf0227332d6c43ecc76d7565 /src/libudev/sparse-endian.h | |
parent | fd98dfdcb889c74c84a00e54e8094f9c91387c6a (diff) |
src/libudev: bring in line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/sparse-endian.h')
-rw-r--r-- | src/libudev/sparse-endian.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libudev/sparse-endian.h b/src/libudev/sparse-endian.h index 51694bebb7..eb4dbf3615 100644 --- a/src/libudev/sparse-endian.h +++ b/src/libudev/sparse-endian.h @@ -23,7 +23,6 @@ #include <endian.h> #include <stdint.h> -#include <byteswap.h> #ifdef __CHECKER__ #define __bitwise __attribute__((bitwise)) |