diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:45:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:45:27 +0300 |
commit | 40729ea8f3994e9e80b546f8d54e8ce96a23940d (patch) | |
tree | 49b2e2858687dbc51f41e775803dfad201e27e9f | |
parent | c0057bb1dcdae980c1f9dc1c892cc1281fedde64 (diff) |
Adapt to modularization of libbutl
-rw-r--r-- | msvc-common/msvc-filter.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/msvc-common/msvc-filter.cxx b/msvc-common/msvc-filter.cxx index 63c1fd1..83bb765 100644 --- a/msvc-common/msvc-filter.cxx +++ b/msvc-common/msvc-filter.cxx @@ -15,10 +15,10 @@ #include <system_error> #include <unordered_map> -#include <libbutl/path.hxx> // path::traits::realize() -#include <libbutl/utility.hxx> // alpha(), throw_generic_error() -#include <libbutl/process.hxx> -#include <libbutl/fdstream.hxx> +#include <libbutl/path.mxx> // path::traits::realize() +#include <libbutl/utility.mxx> // alpha(), throw_generic_error() +#include <libbutl/process.mxx> +#include <libbutl/fdstream.mxx> #include <msvc-common/version.hxx> |