From 41273da120ef8e4a2bed7576de0532264b042ee1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 20:36:50 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbuild2/filesystem.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbuild2/filesystem.hxx') diff --git a/libbuild2/filesystem.hxx b/libbuild2/filesystem.hxx index 26544bc..ee7ba9a 100644 --- a/libbuild2/filesystem.hxx +++ b/libbuild2/filesystem.hxx @@ -4,7 +4,7 @@ #ifndef LIBBUILD2_FILESYSTEM_HXX #define LIBBUILD2_FILESYSTEM_HXX -#include +#include #include #include @@ -13,7 +13,7 @@ #include -// Higher-level filesystem utilities built on top of . +// Higher-level filesystem utilities built on top of . // // Compared to the libbutl's versions, these handle errors and issue // diagnostics. Some of them also print the corresponding command line @@ -27,7 +27,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