[lvm-devel] master - device/bcache: reorder includes

Joe Thornber thornber at sourceware.org
Wed May 2 18:00:51 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=8fd300f7df2c9f3a170dbf335d0ab242249c0627
Commit:        8fd300f7df2c9f3a170dbf335d0ab242249c0627
Parent:        972b535220d2d9f4df583bcc5e67e8cc14ca6294
Author:        Joe Thornber <ejt at redhat.com>
AuthorDate:    Wed May 2 18:59:43 2018 +0100
Committer:     Joe Thornber <ejt at redhat.com>
CommitterDate: Wed May 2 18:59:43 2018 +0100

device/bcache: reorder includes

---
 lib/device/bcache.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/device/bcache.h b/lib/device/bcache.h
index a72b83b..2b0d965 100644
--- a/lib/device/bcache.h
+++ b/lib/device/bcache.h
@@ -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




More information about the lvm-devel mailing list