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/checkstop_app.cpp b/checkstop_app.cpp
index a708f8e..4837d78 100644
--- a/checkstop_app.cpp
+++ b/checkstop_app.cpp
@@ -1,6 +1,6 @@
 #include "org/open_power/Host/Boot/error.hpp"
-#include "phosphor-logging/elog-errors.hpp"
 
+#include <phosphor-logging/elog-errors.hpp>
 #include <phosphor-logging/elog.hpp>
 
 int main(int /*argc*/, char** /*argv*/)