NVMeSensor: Split out NVMeContext
An NVMeContext instance contains some number of NVMeSensors, but
NVMeSenors do not need to be concerned with the implementation details
of NVMeContext. Make it easier to discern what's related to what by
splitting NVMeContext out into its own header and source file.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I812a0f7471b0f7150a76964bc353561ac88ca833
diff --git a/src/NVMeSensorMain.cpp b/src/NVMeSensorMain.cpp
index 21e722f..4c6804e 100644
--- a/src/NVMeSensorMain.cpp
+++ b/src/NVMeSensorMain.cpp
@@ -14,6 +14,7 @@
// limitations under the License.
*/
+#include <NVMeContext.hpp>
#include <NVMeSensor.hpp>
#include <boost/asio/deadline_timer.hpp>