aboutsummaryrefslogtreecommitdiff
path: root/tests/overrides
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:37:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 20:37:50 +0300
commit9d54661016b1e3d6ea3a6bc633bd657d25e99122 (patch)
tree66bd3478cd67dfb8ea257d1a888e2eea90dd2bdd /tests/overrides
parentf3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/overrides')
-rw-r--r--tests/overrides/driver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/overrides/driver.cxx b/tests/overrides/driver.cxx
index f429b65..be3e0ff 100644
--- a/tests/overrides/driver.cxx
+++ b/tests/overrides/driver.cxx
@@ -8,9 +8,9 @@
#include <cstdint> // uint64_t
#include <iostream>
-#include <libbutl/utility.mxx> // trim()
-#include <libbutl/manifest-parser.mxx>
-#include <libbutl/manifest-serializer.mxx>
+#include <libbutl/utility.hxx> // trim()
+#include <libbutl/manifest-parser.hxx>
+#include <libbutl/manifest-serializer.hxx>
#include <libbpkg/manifest.hxx>