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_command.cpp b/occ_command.cpp
index 6d0851e..2ebacb0 100644
--- a/occ_command.cpp
+++ b/occ_command.cpp
@@ -2,14 +2,13 @@
 
 #include "occ_command.hpp"
 
-#include "elog-errors.hpp"
-
 #include <errno.h>
 #include <fcntl.h>
 #include <fmt/core.h>
 #include <unistd.h>
 
 #include <org/open_power/OCC/Device/error.hpp>
+#include <phosphor-logging/elog-errors.hpp>
 #include <phosphor-logging/elog.hpp>
 #include <phosphor-logging/log.hpp>