]> err.no Git - util-linux/commitdiff
include: <stdint.h> provides everything
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 17 Dec 2007 23:38:30 +0000 (23:38 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Dec 2007 00:10:48 +0000 (01:10 +0100)
Do not include <linux/posix_types.h> as <stdint.h> provides everything.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
include/bitops.h

index 7b2b17e75cfa5c5dd16d8b11f847f64ad495a327..62deadc709cdbf25f8d498a9ecd9dc80fd21e136 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef BITOPS_H
 #define BITOPS_H
 
-#include <linux/posix_types.h>
 #include <stdint.h>
 
 /*