diff options
Diffstat (limited to 'tests/process/driver.cxx')
-rw-r--r-- | tests/process/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx index ae5015c..bdc5f4a 100644 --- a/tests/process/driver.cxx +++ b/tests/process/driver.cxx @@ -12,9 +12,9 @@ #include <iterator> // istreambuf_iterator, ostream_iterator #include <algorithm> // copy() -#include <butl/path> -#include <butl/process> -#include <butl/fdstream> +#include <libbutl/path.hxx> +#include <libbutl/process.hxx> +#include <libbutl/fdstream.hxx> using namespace std; using namespace butl; |