elog-errors: remove generated file

Moved the YAML to phosphor-dbus-interfaces directly and removed
the generated files here.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I76cf0fb8d72e91b52ba4b1647ea6b712509a9abd
diff --git a/occ_ffdc.cpp b/occ_ffdc.cpp
index 1119a9d..973a554 100644
--- a/occ_ffdc.cpp
+++ b/occ_ffdc.cpp
@@ -1,6 +1,5 @@
 #include "occ_ffdc.hpp"
 
-#include "elog-errors.hpp"
 #include "utils.hpp"
 
 #include <errno.h>
@@ -12,6 +11,7 @@
 
 #include <nlohmann/json.hpp>
 #include <org/open_power/OCC/Device/error.hpp>
+#include <phosphor-logging/elog-errors.hpp>
 #include <phosphor-logging/elog.hpp>
 #include <phosphor-logging/log.hpp>
 #include <xyz/openbmc_project/Common/error.hpp>