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:
parent
8fd300f7df
commit
90d0ff6636
@ -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
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user