Use system include directives for libpldm headers
libpldm is now an external dependency rather than an in-tree library.
Adjust the includes accordingly.
Change-Id: Ib2590b823039d3127d65f66976b294a2fb88e9c1
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/platform-mc/terminus.hpp b/platform-mc/terminus.hpp
index c3134bd..8ea5a57 100644
--- a/platform-mc/terminus.hpp
+++ b/platform-mc/terminus.hpp
@@ -1,14 +1,14 @@
#pragma once
-#include "libpldm/fru.h"
-#include "libpldm/platform.h"
-
#include "common/types.hpp"
#include "dbus_impl_fru.hpp"
#include "numeric_sensor.hpp"
#include "requester/handler.hpp"
#include "terminus.hpp"
+#include <libpldm/fru.h>
+#include <libpldm/platform.h>
+
#include <sdbusplus/server/object.hpp>
#include <sdeventplus/event.hpp>