From cdbf3a5e82bda23563d97558eda94a89a6191cab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 17:31:42 +0300 Subject: Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl --- bpkg/types.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/types.hxx') diff --git a/bpkg/types.hxx b/bpkg/types.hxx index 37c38e5..31c325c 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -22,8 +22,8 @@ #include -#include -#include +#include +#include namespace bpkg { @@ -63,7 +63,7 @@ namespace bpkg using std::system_error; using io_error = std::ios_base::failure; - // + // // using butl::optional; using butl::nullopt; @@ -73,7 +73,7 @@ namespace bpkg using odb::lazy_shared_ptr; using odb::lazy_weak_ptr; - // + // // using butl::path; using butl::dir_path; -- cgit v1.1