aboutsummaryrefslogtreecommitdiff
path: root/bbot/machine-manifest.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:32:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:32:04 +0300
commit0a7f4f3f59c1dbbe236dff8e36d6b753d9583932 (patch)
tree0231389bf83694005714df137fc501e563889226 /bbot/machine-manifest.cxx
parentdc1d7fa5577f950cc5d922c92d0594dcc41f9936 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bbot/machine-manifest.cxx')
-rw-r--r--bbot/machine-manifest.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bbot/machine-manifest.cxx b/bbot/machine-manifest.cxx
index 256f4f7..2b9f9a6 100644
--- a/bbot/machine-manifest.cxx
+++ b/bbot/machine-manifest.cxx
@@ -5,10 +5,10 @@
#include <sstream>
-#include <libbutl/tab-parser.mxx>
-#include <libbutl/string-parser.mxx>
-#include <libbutl/manifest-parser.mxx>
-#include <libbutl/manifest-serializer.mxx>
+#include <libbutl/tab-parser.hxx>
+#include <libbutl/string-parser.hxx>
+#include <libbutl/manifest-parser.hxx>
+#include <libbutl/manifest-serializer.hxx>
using namespace std;
using namespace butl;