elog-errors: remove generated file
Move the error YAML definition to phosphor-dbus-interfaces and rely
on the real elog-errors.hpp from phosphor-logging rather than a
generated one.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I944430fc63e2e1ea169947ae43d061f19458f9fc
diff --git a/watchdog_timeout.cpp b/watchdog_timeout.cpp
index 36c6e66..91fa616 100644
--- a/watchdog_timeout.cpp
+++ b/watchdog_timeout.cpp
@@ -18,9 +18,8 @@
#include <format>
#else
-#include "org/open_power/Host/Boot/error.hpp"
-#include "phosphor-logging/elog-errors.hpp"
-
+#include <org/open_power/Host/Boot/error.hpp>
+#include <phosphor-logging/elog-errors.hpp>
#include <phosphor-logging/elog.hpp>
#endif