Skip to content

Commit

Permalink
{easy,mongo,mysql,redis,socket}: Remove self includes by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Apr 7, 2024
1 parent 5037669 commit 12749eb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion poseidon/easy/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#define POSEIDON_EASY_ENUMS_

#include "../fwd.hpp"
#include "enums.hpp"
namespace poseidon {

enum Easy_Stream_Event : uint8_t
Expand Down
1 change: 0 additions & 1 deletion poseidon/mongo/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#define POSEIDON_MONGO_ENUMS_

#include "../fwd.hpp"
#include "enums.hpp"
namespace poseidon {

enum Mongo_Value_Type : uint8_t
Expand Down
1 change: 0 additions & 1 deletion poseidon/mysql/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#define POSEIDON_MYSQL_ENUMS_

#include "../fwd.hpp"
#include "enums.hpp"
namespace poseidon {

enum MySQL_Column_Type : uint8_t
Expand Down
1 change: 0 additions & 1 deletion poseidon/redis/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#define POSEIDON_REDIS_ENUMS_

#include "../fwd.hpp"
#include "enums.hpp"
namespace poseidon {

enum Redis_Value_Type : uint8_t
Expand Down
1 change: 0 additions & 1 deletion poseidon/socket/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#define POSEIDON_SOCKET_ENUMS_

#include "../fwd.hpp"
#include "enums.hpp"
namespace poseidon {

enum IP_Address_Class : uint8_t
Expand Down

0 comments on commit 12749eb

Please sign in to comment.