aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:15:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:15:14 +0300
commited3452457b33bb7a4b2f0abb3ae1fc53f826bc9e (patch)
treec17b806ed00b487d511764d8dfad307e0cde00a7 /bpkg/rep-create.cxx
parent9f162f1c93009f3a8139c4b3e72d6bbd0c1c4dce (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bpkg/rep-create.cxx')
-rw-r--r--bpkg/rep-create.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx
index f47bc09..d820836 100644
--- a/bpkg/rep-create.cxx
+++ b/bpkg/rep-create.cxx
@@ -5,8 +5,8 @@
#include <map>
-#include <libbutl/filesystem.mxx> // dir_iterator
-#include <libbutl/manifest-serializer.mxx>
+#include <libbutl/filesystem.hxx> // dir_iterator
+#include <libbutl/manifest-serializer.hxx>
#include <libbpkg/manifest.hxx>
#include <libbpkg/package-name.hxx>