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/process.hpp b/process.hpp
index 0e377bc..af19b22 100644
--- a/process.hpp
+++ b/process.hpp
@@ -1,10 +1,10 @@
 #pragma once
 
 #include "crc.hpp"
+#include "manager.hpp"
 
 #include <host-ipmid/ipmid-api.h>
 
-#include <blobs-ipmid/manager.hpp>
 #include <functional>
 
 namespace blobs