diff options
author | Patrick Venture <venture@google.com> | 2018-09-27 14:50:37 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-09-27 14:52:07 -0700 |
commit | aceb4baa1b3b58d425c4c706069ec51fb594305f (patch) | |
tree | 3dbce3f2f7dfa578ac5cdf6fdb5178f95228d0b8 /example/example.hpp | |
parent | 0f11545c90079cb4b6c99a2309a8cd69f1490ece (diff) | |
download | phosphor-ipmi-blobs-aceb4baa1b3b58d425c4c706069ec51fb594305f.tar.gz phosphor-ipmi-blobs-aceb4baa1b3b58d425c4c706069ec51fb594305f.zip |
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>
Diffstat (limited to 'example/example.hpp')
-rw-r--r-- | example/example.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/example.hpp b/example/example.hpp index 0ea9572..4a2df5d 100644 --- a/example/example.hpp +++ b/example/example.hpp @@ -1,7 +1,6 @@ #pragma once -#include "blobs.hpp" - +#include <blobs-ipmid/blobs.hpp> #include <string> #include <unordered_map> #include <vector> |