summaryrefslogtreecommitdiffstats
path: root/include/bitops.h
diff options
context:
space:
mode:
authorSamuel Thibault2007-12-18 00:38:30 +0100
committerKarel Zak2007-12-18 01:10:48 +0100
commit580cb0d06968e1c8238c1f26761b466839813937 (patch)
treecacb9194b0172a3527ff2f5b16ea7179144cd8a1 /include/bitops.h
parentpartx: use swab macros from bitops.h (diff)
downloadkernel-qcow2-util-linux-580cb0d06968e1c8238c1f26761b466839813937.tar.gz
kernel-qcow2-util-linux-580cb0d06968e1c8238c1f26761b466839813937.tar.xz
kernel-qcow2-util-linux-580cb0d06968e1c8238c1f26761b466839813937.zip
include: <stdint.h> provides everything
Do not include <linux/posix_types.h> as <stdint.h> provides everything. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'include/bitops.h')
-rw-r--r--include/bitops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bitops.h b/include/bitops.h
index 7b2b17e75..62deadc70 100644
--- a/include/bitops.h
+++ b/include/bitops.h
@@ -1,7 +1,6 @@
#ifndef BITOPS_H
#define BITOPS_H
-#include <linux/posix_types.h>
#include <stdint.h>
/*