Move common structures

It's ideal if the various BMCWEB_ROUTE lib calls do not call from one
another.  This reduces the amount of code that's compiled each time
separately.

Tested: Code compiles.

Change-Id: I4822ce66c122f261cc6aa34bbd99371b7eff48c8
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/redfish-core/src/dbus_log_watcher.cpp b/redfish-core/src/dbus_log_watcher.cpp
index c6ca381..4418bb4 100644
--- a/redfish-core/src/dbus_log_watcher.cpp
+++ b/redfish-core/src/dbus_log_watcher.cpp
@@ -5,7 +5,7 @@
 #include "event_logs_object_type.hpp"
 #include "event_service_manager.hpp"
 #include "logging.hpp"
-#include "metric_report.hpp"
+#include "telemetry_readings.hpp"
 #include "utils/dbus_event_log_entry.hpp"
 #include "utils/time_utils.hpp"
 
diff --git a/redfish-core/src/subscription.cpp b/redfish-core/src/subscription.cpp
index 48e9c2c..69836a8 100644
--- a/redfish-core/src/subscription.cpp
+++ b/redfish-core/src/subscription.cpp
@@ -13,9 +13,9 @@
 #include "http_client.hpp"
 #include "http_response.hpp"
 #include "logging.hpp"
-#include "metric_report.hpp"
 #include "server_sent_event.hpp"
 #include "ssl_key_handler.hpp"
+#include "telemetry_readings.hpp"
 #include "utils/time_utils.hpp"
 
 #include <boost/asio/error.hpp>