diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:34:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:34:49 +0300 |
commit | 7b20427da02dcb99fa14b97e116793956554bb70 (patch) | |
tree | c65608dc1e892e2d7096329a69db0d76156377f7 /libbutl/manifest.cxx | |
parent | 6fd97a46cf1858ac2a4d22b93e60d366e163bcfc (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'libbutl/manifest.cxx')
-rw-r--r-- | libbutl/manifest.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbutl/manifest.cxx b/libbutl/manifest.cxx index 81ef1c4..24460cf 100644 --- a/libbutl/manifest.cxx +++ b/libbutl/manifest.cxx @@ -8,10 +8,10 @@ #include <iostream> #include <stdexcept> // invalid_argument -#include <libbutl/utility.mxx> -#include <libbutl/fdstream.mxx> -#include <libbutl/manifest-parser.mxx> -#include <libbutl/manifest-serializer.mxx> +#include <libbutl/utility.hxx> +#include <libbutl/fdstream.hxx> +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> using namespace std; using namespace butl; |