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

device/bcache: reorder includes

This commit is contained in:
Joe Thornber 2018-05-02 18:59:43 +01:00
parent 972b535220
commit 8fd300f7df

View File

@ -15,12 +15,12 @@
#ifndef BCACHE_H
#define BCACHE_H
#include "libdevmapper.h"
#include <linux/fs.h>
#include <stdint.h>
#include <stdbool.h>
#include "libdevmapper.h"
/*----------------------------------------------------------------*/
// FIXME: move somewhere more sensible