meson support: configuration option removal

D-Bus names and paths that were previously configurable at build-time
are now hard-coded and moved to dbus_paths.hpp to reduce the number of
configure-time options and simplify maintenance.

Signed-off-by: Mike Capps <mikepcapps@gmail.com>
Change-Id: I16d88daad90e747cc40d87c853874b1a5fedf5fa
diff --git a/control/main.cpp b/control/main.cpp
index 201f7b0..ae46caa 100644
--- a/control/main.cpp
+++ b/control/main.cpp
@@ -23,6 +23,7 @@
 #include "json/manager.hpp"
 #endif
 
+#include "dbus_paths.hpp"
 #include "sdbusplus.hpp"
 #include "sdeventplus.hpp"