remove using namespace

IBM management console had a using namespace in it.  This is against the
coding standard.

Signed-off-by: Ed Tanous <ed@tanous.net>
Change-Id: Idfd5eac1a91e82f08139d6913a42a6c882072495
diff --git a/include/ibm/management_console_rest.hpp b/include/ibm/management_console_rest.hpp
index 6b77018..61a4b84 100644
--- a/include/ibm/management_console_rest.hpp
+++ b/include/ibm/management_console_rest.hpp
@@ -29,7 +29,6 @@
 {
 namespace ibm_mc
 {
-using namespace redfish;
 constexpr const char* methodNotAllowedMsg = "Method Not Allowed";
 constexpr const char* resourceNotFoundMsg = "Resource Not Found";
 constexpr const char* contentNotAcceptableMsg = "Content Not Acceptable";