diff options
Diffstat (limited to 'test/manager_open_unittest.cpp')
-rw-r--r-- | test/manager_open_unittest.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/manager_open_unittest.cpp b/test/manager_open_unittest.cpp index 72aff85..309d3f6 100644 --- a/test/manager_open_unittest.cpp +++ b/test/manager_open_unittest.cpp @@ -1,5 +1,6 @@ -#include <blobs-ipmid/manager.hpp> -#include <blobs-ipmid/test/blob_mock.hpp> +#include "blob_mock.hpp" +#include "manager.hpp" + #include <string> #include <gtest/gtest.h> |