diff options
Diffstat (limited to 'tests/load/driver.cxx')
-rw-r--r-- | tests/load/driver.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx index 24b29b4..7c8662b 100644 --- a/tests/load/driver.cxx +++ b/tests/load/driver.cxx @@ -14,11 +14,11 @@ #include <butl/process> #include <butl/filesystem> -#include <brep/types> -#include <brep/utility> +#include <libbrep/types.hxx> +#include <libbrep/utility.hxx> -#include <brep/package> -#include <brep/package-odb> +#include <libbrep/package.hxx> +#include <libbrep/package-odb.hxx> using namespace std; using namespace odb::core; |