remove unused com.ibm specific header file from dump utils

This is to fix build issue reported in the latest master related
to com.ibm specific header file in base code. Removed unused com.ibm
interface specific header file from  dump_utils.hpp file now.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I1082bc7de8430983dec952463724706dd38e3aba
diff --git a/dump_utils.hpp b/dump_utils.hpp
index 6661bd4..83952a3 100644
--- a/dump_utils.hpp
+++ b/dump_utils.hpp
@@ -6,7 +6,6 @@
 #include <systemd/sd-event.h>
 #include <unistd.h>
 
-#include <com/ibm/Dump/Create/server.hpp>
 #include <phosphor-logging/elog-errors.hpp>
 #include <phosphor-logging/elog.hpp>
 #include <sdbusplus/bus.hpp>