tests/btrfs.c: do not include the same header file twice

* tests/btrfs.c: Do not include <sys/fcntl.h>, <fcntl.h> is enough.
This commit is contained in:
Дмитрий Левин 2016-07-26 15:51:55 +00:00
parent 9d168f3cdf
commit e43bb8dffc

View File

@ -12,7 +12,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/vfs.h>