summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-06-21 13:03:15 -0500
committerMatt Spinler <spinler@us.ibm.com>2018-06-21 13:03:15 -0500
commit44bb6683d6dabf9332ddeffe7a63a2a62294b47b (patch)
treea86426210a6234d1f30c3e5b7608ae23b1e370ba
parentb2f253b79477745a9b7ddbe9e8ad036109335854 (diff)
downloadphosphor-led-manager-44bb6683d6dabf9332ddeffe7a63a2a62294b47b.tar.gz
phosphor-led-manager-44bb6683d6dabf9332ddeffe7a63a2a62294b47b.zip
Removed unused header files
Will cause symbol collisions when this repository's local error yaml is copied out during building so phosphor-logging includes it in its elog-errors.hpp. Change-Id: Ic467418106d45b6b49b6cabec304c4ae64a3d76b Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rw-r--r--fault-monitor/fru-fault-monitor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/fault-monitor/fru-fault-monitor.cpp b/fault-monitor/fru-fault-monitor.cpp
index 431a7f4..6771b08 100644
--- a/fault-monitor/fru-fault-monitor.cpp
+++ b/fault-monitor/fru-fault-monitor.cpp
@@ -4,8 +4,6 @@
#include "xyz/openbmc_project/Led/Mapper/error.hpp"
#include "elog-errors.hpp"
#include "fru-fault-monitor.hpp"
-#include <phosphor-logging/elog-errors.hpp>
-#include "xyz/openbmc_project/Common/error.hpp"
namespace phosphor
{
@@ -42,9 +40,6 @@ using Interface = std::string;
using Interfaces = std::vector<Interface>;
using MapperResponseType = std::map<Path, std::map<Service, Interfaces>>;
-using InternalFailure =
- sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure;
-
using MethodErr =
sdbusplus::xyz::openbmc_project::Led::Mapper::Error::MethodError;
using ObjectNotFoundErr =
OpenPOWER on IntegriCloud