diff options
Diffstat (limited to 'tests/link/driver.cxx')
-rw-r--r-- | tests/link/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/link/driver.cxx b/tests/link/driver.cxx index 3cade44..a5e94bb 100644 --- a/tests/link/driver.cxx +++ b/tests/link/driver.cxx @@ -7,9 +7,9 @@ #include <utility> // pair #include <system_error> -#include <butl/path> -#include <butl/fdstream> -#include <butl/filesystem> +#include <libbutl/path.hxx> +#include <libbutl/fdstream.hxx> +#include <libbutl/filesystem.hxx> using namespace std; using namespace butl; |