From 1e69164d90f9882b2b90716346b363c25d1fd652 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:35:31 +0300 Subject: Adapt to modularization of 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 31c325c..505d468 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