From be6f90f16c87854babd47b095ae5bfc666ea2cbb Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 16 Aug 2013 14:33:19 +0100 Subject: [PATCH] [thin_restore] use full paths for includes. --- thin-provisioning/thin_restore.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/thin-provisioning/thin_restore.cc b/thin-provisioning/thin_restore.cc index 950a3a8..ef16be1 100644 --- a/thin-provisioning/thin_restore.cc +++ b/thin-provisioning/thin_restore.cc @@ -16,11 +16,11 @@ // with thin-provisioning-tools. If not, see // . -#include "emitter.h" -#include "human_readable_format.h" -#include "metadata.h" -#include "restore_emitter.h" -#include "xml_format.h" +#include "thin-provisioning/emitter.h" +#include "thin-provisioning/human_readable_format.h" +#include "thin-provisioning/metadata.h" +#include "thin-provisioning/restore_emitter.h" +#include "thin-provisioning/xml_format.h" #include "version.h" #include