diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manifest/driver.cxx | 4 | ||||
-rw-r--r-- | tests/package-version/driver.cxx | 4 | ||||
-rw-r--r-- | tests/repository-location/driver.cxx | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index 157546e..4d87ee7 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -7,8 +7,8 @@ #include <cassert> #include <iostream> -#include <butl/manifest-parser> -#include <butl/manifest-serializer> +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> #include <libbpkg/manifest.hxx> diff --git a/tests/package-version/driver.cxx b/tests/package-version/driver.cxx index 4659db9..2ca318b 100644 --- a/tests/package-version/driver.cxx +++ b/tests/package-version/driver.cxx @@ -9,8 +9,8 @@ #include <exception> #include <stdexcept> // invalid_argument -#include <butl/utility> // operator<<(ostream, exception) -#include <butl/optional> +#include <libbutl/utility.hxx> // operator<<(ostream, exception) +#include <libbutl/optional.hxx> #include <libbpkg/manifest.hxx> diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 3122393..c77a4eb 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -9,9 +9,9 @@ #include <exception> #include <stdexcept> // invalid_argument -#include <butl/utility> // operator<<(ostream, exception) -#include <butl/optional> -#include <butl/manifest-parser> +#include <libbutl/utility.hxx> // operator<<(ostream, exception) +#include <libbutl/optional.hxx> +#include <libbutl/manifest-parser.hxx> #include <libbpkg/manifest.hxx> |