main: drop unused headers
Dropped headers that were added during development. These headers are
no longer required.
Change-Id: Ib725e642dfb33dfaf55eb10d36f7ffe32f3a6789
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/main.cpp b/main.cpp
index 9575a1a..5804fd3 100644
--- a/main.cpp
+++ b/main.cpp
@@ -24,13 +24,9 @@
#include <host-ipmid/ipmid-api.h>
#include <cstdint>
-#include <experimental/filesystem>
-#include <fstream>
+#include <cstdio>
#include <host-ipmid/iana.hpp>
#include <host-ipmid/oemrouter.hpp>
-#include <sstream>
-#include <string>
-#include <system_error>
namespace oem
{