diff options
Diffstat (limited to 'tests/fdstream/driver.cxx')
-rw-r--r-- | tests/fdstream/driver.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/fdstream/driver.cxx b/tests/fdstream/driver.cxx index f3729cb..c8748b1 100644 --- a/tests/fdstream/driver.cxx +++ b/tests/fdstream/driver.cxx @@ -18,11 +18,11 @@ #include <iostream> #include <exception> -#include <butl/path> -#include <butl/process> -#include <butl/fdstream> -#include <butl/timestamp> -#include <butl/filesystem> +#include <libbutl/path.hxx> +#include <libbutl/process.hxx> +#include <libbutl/fdstream.hxx> +#include <libbutl/timestamp.hxx> +#include <libbutl/filesystem.hxx> using namespace std; using namespace butl; |