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/test/terminus_test.cpp b/platform-mc/test/terminus_test.cpp
index 77ae931..127a2ff 100644
--- a/platform-mc/test/terminus_test.cpp
+++ b/platform-mc/test/terminus_test.cpp
@@ -1,8 +1,8 @@
-#include "libpldm/entity.h"
-
#include "platform-mc/numeric_sensor.hpp"
#include "platform-mc/terminus.hpp"
+#include <libpldm/entity.h>
+
#include <gtest/gtest.h>
TEST(TerminusTest, supportedTypeTest)