aboutsummaryrefslogtreecommitdiff
path: root/tests/repository-location
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/repository-location
parentf3d9a26fe6b921ae45b6a4c38713b4ba20754f43 (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/repository-location')
-rw-r--r--tests/repository-location/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx
index b0c7039..c93b257 100644
--- a/tests/repository-location/driver.cxx
+++ b/tests/repository-location/driver.cxx
@@ -6,8 +6,8 @@
#include <iostream>
#include <stdexcept> // invalid_argument, logic_error
-#include <libbutl/optional.mxx>
-#include <libbutl/manifest-parser.mxx>
+#include <libbutl/optional.hxx>
+#include <libbutl/manifest-parser.hxx>
#include <libbpkg/manifest.hxx>