aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest/driver.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:27:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:27:37 +0300
commitb387713a19ddf0d10d8ae28c5de6e78cd9d568b5 (patch)
tree9a9e38fca32569bb481152c644b56093030bcd40 /tests/manifest/driver.cxx
parent066c25383db8d24cc0aed21d9bd4a071c1afdbbd (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/manifest/driver.cxx')
-rw-r--r--tests/manifest/driver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx
index 2a38352..9c0fcf9 100644
--- a/tests/manifest/driver.cxx
+++ b/tests/manifest/driver.cxx
@@ -5,9 +5,9 @@
#include <string>
#include <iostream>
-#include <libbutl/utility.mxx> // operator<<(ostream,exception)
-#include <libbutl/manifest-parser.mxx>
-#include <libbutl/manifest-serializer.mxx>
+#include <libbutl/utility.hxx> // operator<<(ostream,exception)
+#include <libbutl/manifest-parser.hxx>
+#include <libbutl/manifest-serializer.hxx>
#include <libbbot/manifest.hxx>