aboutsummaryrefslogtreecommitdiff
path: root/mod/types-parsers.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/types-parsers.cxx
parent63eb768b7dcd6b4015354a5f1b75f95032c7149a (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'mod/types-parsers.cxx')
-rw-r--r--mod/types-parsers.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/types-parsers.cxx b/mod/types-parsers.cxx
index 422b353..3868c32 100644
--- a/mod/types-parsers.cxx
+++ b/mod/types-parsers.cxx
@@ -5,8 +5,8 @@
#include <sstream>
-#include <libbutl/regex.mxx>
-#include <libbutl/timestamp.mxx> // from_string()
+#include <libbutl/regex.hxx>
+#include <libbutl/timestamp.hxx> // from_string()
#include <mod/module-options.hxx>