diff options
Diffstat (limited to 'mod/types-parsers.cxx')
-rw-r--r-- | mod/types-parsers.cxx | 4 |
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> |