commit | aceb4baa1b3b58d425c4c706069ec51fb594305f | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Sep 27 14:50:37 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Sep 27 14:52:07 2018 -0700 |
tree | 3dbce3f2f7dfa578ac5cdf6fdb5178f95228d0b8 | |
parent | 0f11545c90079cb4b6c99a2309a8cd69f1490ece [diff] [blame] |
move blobs and manager header into installation dir The blobs and manager header will be used by handlers once we've transitioned to dynamic loading. Change-Id: Ieae8fcfe383007731cb4f8b2619612c3bfa47f50 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/manager_sessionstat_unittest.cpp b/test/manager_sessionstat_unittest.cpp index 6ae27d3..8e4c233 100644 --- a/test/manager_sessionstat_unittest.cpp +++ b/test/manager_sessionstat_unittest.cpp
@@ -1,5 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" + +#include <blobs-ipmid/manager.hpp> #include <gtest/gtest.h>