aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:35:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:35:31 +0300
commit1e69164d90f9882b2b90716346b363c25d1fd652 (patch)
tree450ada1123facfd81e35fbfb51c84fed12970d6a /bpkg/rep-create.cxx
parent062465f032fbbefd33a2f228e876ca791fafa83f (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'bpkg/rep-create.cxx')
-rw-r--r--bpkg/rep-create.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx
index 49d49f4..173e2b0 100644
--- a/bpkg/rep-create.cxx
+++ b/bpkg/rep-create.cxx
@@ -6,9 +6,9 @@
#include <map>
-#include <libbutl/fdstream.hxx>
-#include <libbutl/filesystem.hxx> // dir_iterator
-#include <libbutl/manifest-serializer.hxx>
+#include <libbutl/fdstream.mxx>
+#include <libbutl/filesystem.mxx> // dir_iterator
+#include <libbutl/manifest-serializer.mxx>
#include <libbpkg/manifest.hxx>