diff options
Diffstat (limited to 'tests/wildcard/driver.cxx')
-rw-r--r-- | tests/wildcard/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wildcard/driver.cxx b/tests/wildcard/driver.cxx index 5744969..2397fc8 100644 --- a/tests/wildcard/driver.cxx +++ b/tests/wildcard/driver.cxx @@ -9,9 +9,9 @@ #include <algorithm> // sort() #include <exception> -#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; |