diff options
Diffstat (limited to 'tests/mventry/driver.cxx')
-rw-r--r-- | tests/mventry/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mventry/driver.cxx b/tests/mventry/driver.cxx index cf6099c..5639c2b 100644 --- a/tests/mventry/driver.cxx +++ b/tests/mventry/driver.cxx @@ -5,9 +5,9 @@ #include <iostream> #include <system_error> -#include <butl/path> -#include <butl/utility> // operator<<(ostream, exception) -#include <butl/filesystem> +#include <libbutl/path.hxx> +#include <libbutl/utility.hxx> // operator<<(ostream, exception) +#include <libbutl/filesystem.hxx> using namespace std; using namespace butl; |