]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - bmap/xfs_bmap.c
insert (experimental) rtcp binary - for eric/others working on realtime
[thirdparty/xfsprogs-dev.git] / bmap / xfs_bmap.c
index ce413e3436a8043d5fc7d1b2d23789d3a79d6bc6..a15e5d42467aedfead42d2f0e0cb0336e4442c5b 100644 (file)
  * Bmap display utility for xfs.
  */
 
-#include <sys/types.h>
-#include <sys/param.h>
-#include <sys/ioctl.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <errno.h>
 #include <libxfs.h>
+#include <sys/stat.h>
+#include <sys/ioctl.h>
 
 int aflag = 0; /* Attribute fork. */
 int lflag = 0; /* list number of blocks with each extent */