aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-repository-details.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:48:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:48:06 +0300
commitac80e3c37f1fee068e46b6f5a2043581d413e992 (patch)
tree9de253075cd0c19a96acc8344eb63609357eae87 /mod/mod-repository-details.cxx
parent63eb768b7dcd6b4015354a5f1b75f95032c7149a (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'mod/mod-repository-details.cxx')
-rw-r--r--mod/mod-repository-details.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-repository-details.cxx b/mod/mod-repository-details.cxx
index 813b738..ce7582e 100644
--- a/mod/mod-repository-details.cxx
+++ b/mod/mod-repository-details.cxx
@@ -10,7 +10,7 @@
#include <odb/database.hxx>
#include <odb/transaction.hxx>
-#include <libbutl/timestamp.mxx> // to_string()
+#include <libbutl/timestamp.hxx> // to_string()
#include <web/server/module.hxx>
#include <web/server/mime-url-encoding.hxx>