bmc: cleanup verification language and symbols

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ife4d7e519e44aff60441c5909346ca6d7e2aa090
diff --git a/bmc/main.cpp b/bmc/main.cpp
index b988ab2..c0526de 100644
--- a/bmc/main.cpp
+++ b/bmc/main.cpp
@@ -20,6 +20,7 @@
 #include "file_handler.hpp"
 #include "firmware_handler.hpp"
 #include "flags.hpp"
+#include "general_systemd.hpp"
 #include "image_handler.hpp"
 #include "lpc_aspeed.hpp"
 #include "lpc_handler.hpp"
@@ -29,7 +30,6 @@
 #include "status.hpp"
 #include "update_systemd.hpp"
 #include "util.hpp"
-#include "verify_systemd.hpp"
 
 #include <cstdint>
 #include <memory>