Implementation of create interface.

Both the external and internal Dump managers define "Create"
interfaces. This commit implements these.

Change-Id: If857ec6ea7267fd72e9b420e6b44fa68b6abab66
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/dump_watch_main.cpp b/dump_watch_main.cpp
index 6c7d98b..d061ae1 100644
--- a/dump_watch_main.cpp
+++ b/dump_watch_main.cpp
@@ -1,11 +1,11 @@
-#include <exception>
 #include "dump_watch.hpp"
+#include "elog-errors.hpp"
+#include "xyz/openbmc_project/Dump/Monitor/error.hpp"
+#include "xyz/openbmc_project/Common/error.hpp"
+
 #include <phosphor-logging/log.hpp>
 #include <phosphor-logging/elog.hpp>
 #include <phosphor-logging/elog-errors.hpp>
-#include "elog-errors.hpp"
-#include <xyz/openbmc_project/Dump/Monitor/error.hpp>
-#include "xyz/openbmc_project/Common/error.hpp"
 
 int main(int argc, char* argv[])
 {