diff --git a/dCommon/dEnums/eHTTPMethod.h b/dCommon/dEnums/eHTTPMethod.h index 8e0343ee..1b5cd8e5 100644 --- a/dCommon/dEnums/eHTTPMethod.h +++ b/dCommon/dEnums/eHTTPMethod.h @@ -1,11 +1,7 @@ #ifndef __EHTTPMETHODS__H__ #define __EHTTPMETHODS__H__ -#include - -#include "magic_enum.hpp" - -enum class eHTTPMethod : uint16_t { +enum class eHTTPMethod { GET, POST, PUT,