From 182d743d15810d2a8393ed7fa5d565cf3a394694 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:39:34 +0300 Subject: Adapt to modularization of libbutl --- build2/filesystem.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/filesystem.hxx') diff --git a/build2/filesystem.hxx b/build2/filesystem.hxx index 4ef4caf..8d1a7f0 100644 --- a/build2/filesystem.hxx +++ b/build2/filesystem.hxx @@ -5,12 +5,12 @@ #ifndef BUILD2_FILESYSTEM_HXX #define BUILD2_FILESYSTEM_HXX -#include +#include #include #include -// Higher-level filesystem utilities built on top of . +// Higher-level filesystem utilities built on top of . // namespace build2 { @@ -19,7 +19,7 @@ namespace build2 // The dual interface wrapper for the {mk,rm}{file,dir}() functions // below that allows you to use it as a true/false return or a more - // detailed enum from + // detailed enum from // template struct fs_status -- cgit v1.1