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/app.cpp b/app.cpp
index 1d0ece3..18453bb 100644
--- a/app.cpp
+++ b/app.cpp
@@ -1,14 +1,15 @@
 #include "config.h"
 
-#include "elog-errors.hpp"
 #include "occ_events.hpp"
 #include "occ_manager.hpp"
 #include "utils.hpp"
+
 #ifdef POWER10
 #include "powermode.hpp"
 #endif
 
 #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>