aboutsummaryrefslogtreecommitdiff
path: root/bdep/git.hxx
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/git.hxx
parent3dca6c1c2c51b3ddd466e2e2e9fd71f4cdf497ed (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bdep/git.hxx')
-rw-r--r--bdep/git.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/git.hxx b/bdep/git.hxx
index bfc5cd2..b7703ea 100644
--- a/bdep/git.hxx
+++ b/bdep/git.hxx
@@ -4,7 +4,7 @@
#ifndef BDEP_GIT_HXX
#define BDEP_GIT_HXX
-#include <libbutl/git.mxx>
+#include <libbutl/git.hxx>
#include <bdep/types.hxx>
#include <bdep/utility.hxx>