commit | cd8dab491d3f78124be800252186a32a90c884b8 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Jan 15 19:57:38 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Tue Jan 15 20:06:31 2019 -0800 |
tree | 43556d70c8144dcb42b33655a65297f02295d257 | |
parent | d1c3e86f2368ec69098a4e786a5c4e9d2455ae1d [diff] [blame] |
stop installing manager header Stop installing the manager header as it is no longer meant to be exported, but rather used only internally within this repository. Change-Id: I2ab21a31fd745e1b3e36fc39ffea5e26d373ff51 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/manager_getsession_unittest.cpp b/test/manager_getsession_unittest.cpp index 2022146..e66729a 100644 --- a/test/manager_getsession_unittest.cpp +++ b/test/manager_getsession_unittest.cpp
@@ -1,4 +1,4 @@ -#include <blobs-ipmid/manager.hpp> +#include "manager.hpp" #include <gtest/gtest.h>