aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:24:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:24:03 +0300
commit624cd26fca13bcb11946634e2c0a7d6a691b4355 (patch)
tree409702f8ac114cdba83841995e1a22b3134e7bc9 /bdep/new.cxx
parent3dca6c1c2c51b3ddd466e2e2e9fd71f4cdf497ed (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bdep/new.cxx')
-rw-r--r--bdep/new.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index f02626a..a888250 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -6,9 +6,9 @@
#include <map>
#include <algorithm> // replace()
-#include <libbutl/regex.mxx>
-#include <libbutl/command.mxx>
-#include <libbutl/project-name.mxx>
+#include <libbutl/regex.hxx>
+#include <libbutl/command.hxx>
+#include <libbutl/project-name.hxx>
#include <bdep/git.hxx>
#include <bdep/project.hxx>