diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:50:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:50:27 +0300 |
commit | d0b61d5206c4d92801f0a1c059a5b05253281a29 (patch) | |
tree | fca8e46e6c7c652d7f079f03455a195bdf566c18 /msvc-common | |
parent | 448248bd211b60a5b029ff0cf18b1fc1b5da798b (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'msvc-common')
-rw-r--r-- | msvc-common/msvc-filter.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/msvc-common/msvc-filter.cxx b/msvc-common/msvc-filter.cxx index b2db75f..feff7d8 100644 --- a/msvc-common/msvc-filter.cxx +++ b/msvc-common/msvc-filter.cxx @@ -14,11 +14,11 @@ #include <system_error> #include <unordered_map> -#include <libbutl/path.mxx> // path::traits::realize() -#include <libbutl/utility.mxx> // alpha(), throw_*_error() -#include <libbutl/process.mxx> -#include <libbutl/optional.mxx> -#include <libbutl/fdstream.mxx> +#include <libbutl/path.hxx> // path::traits::realize() +#include <libbutl/utility.hxx> // alpha(), throw_*_error() +#include <libbutl/process.hxx> +#include <libbutl/optional.hxx> +#include <libbutl/fdstream.hxx> #include <msvc-common/version.hxx> |