diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:48:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:48:06 +0300 |
commit | ac80e3c37f1fee068e46b6f5a2043581d413e992 (patch) | |
tree | 9de253075cd0c19a96acc8344eb63609357eae87 /tests/load/driver.cxx | |
parent | 63eb768b7dcd6b4015354a5f1b75f95032c7149a (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'tests/load/driver.cxx')
-rw-r--r-- | tests/load/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx index 02ce68a..2520f18 100644 --- a/tests/load/driver.cxx +++ b/tests/load/driver.cxx @@ -10,8 +10,8 @@ #include <odb/pgsql/database.hxx> -#include <libbutl/process.mxx> -#include <libbutl/filesystem.mxx> +#include <libbutl/process.hxx> +#include <libbutl/filesystem.hxx> #include <libbrep/types.hxx> #include <libbrep/utility.hxx> |