1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

bcache: reorder includes in .c file too

This commit is contained in:
Joe Thornber 2018-05-02 19:45:06 +01:00
parent 8fd300f7df
commit 90d0ff6636

View File

@ -14,6 +14,10 @@
#define _GNU_SOURCE
#include "bcache.h"
#include "dm-logging.h"
#include "log.h"
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
@ -28,10 +32,6 @@
#include <sys/ioctl.h>
#include <sys/user.h>
#include "bcache.h"
#include "dm-logging.h"
#include "log.h"
#define SECTOR_SHIFT 9L
//----------------------------------------------------------------