diff options
Diffstat (limited to 'unit-tests/bootstrap-manifest')
-rw-r--r-- | unit-tests/bootstrap-manifest/driver.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unit-tests/bootstrap-manifest/driver.cxx b/unit-tests/bootstrap-manifest/driver.cxx index 46e64bc..1412c21 100644 --- a/unit-tests/bootstrap-manifest/driver.cxx +++ b/unit-tests/bootstrap-manifest/driver.cxx @@ -8,11 +8,11 @@ #include <butl/manifest-parser> #include <butl/manifest-serializer> -#include <bbot/types> -#include <bbot/utility> +#include <bbot/types.hxx> +#include <bbot/utility.hxx> -#include <bbot/bootstrap-manifest> -#include <bbot/machine-manifest> +#include <bbot/bootstrap-manifest.hxx> +#include <bbot/machine-manifest.hxx> using namespace std; using namespace butl; |