[thin_restore] use full paths for includes.

This commit is contained in:
Joe Thornber 2013-08-16 14:33:19 +01:00
parent 487f48145f
commit be6f90f16c

View File

@ -16,11 +16,11 @@
// with thin-provisioning-tools. If not, see // with thin-provisioning-tools. If not, see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
#include "emitter.h" #include "thin-provisioning/emitter.h"
#include "human_readable_format.h" #include "thin-provisioning/human_readable_format.h"
#include "metadata.h" #include "thin-provisioning/metadata.h"
#include "restore_emitter.h" #include "thin-provisioning/restore_emitter.h"
#include "xml_format.h" #include "thin-provisioning/xml_format.h"
#include "version.h" #include "version.h"
#include <fstream> #include <fstream>