summaryrefslogtreecommitdiff
path: root/lib/report
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-06-08 12:31:45 +0100
committerJoe Thornber <ejt@redhat.com>2018-06-08 12:31:45 +0100
commit286c1ba3369d1901480425e305e313e8ea365da4 (patch)
tree30a27e2f8ebdba3494a18de81bcd8c08aa34fc5a /lib/report
parent88ae928ca3f950fa0ecb8b8e0aff118b7360a9d7 (diff)
downloadlvm2-286c1ba3369d1901480425e305e313e8ea365da4.tar.gz
device_mapper: rename libdevmapper.h -> all.h
I'm paranoid a file will include the global one in /usr/include by accident.
Diffstat (limited to 'lib/report')
-rw-r--r--lib/report/properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/report/properties.h b/lib/report/properties.h
index 38b61110c..3d93b08e9 100644
--- a/lib/report/properties.h
+++ b/lib/report/properties.h
@@ -14,7 +14,7 @@
#ifndef _LVM_PROPERTIES_H
#define _LVM_PROPERTIES_H
-#include "device_mapper/libdevmapper.h"
+#include "device_mapper/all.h"
#include "lib/metadata/metadata.h"
#include "lib/report/report.h"
#include "lib/properties/prop_common.h"