diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/protocol.h | 3 | ||||
-rw-r--r-- | src/net/protocoldefine.h (renamed from src/net/packetdefine.h) | 0 | ||||
-rw-r--r-- | src/net/tmwa/protocol.h | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 221066df5..21dab17d7 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -23,7 +23,8 @@ #ifndef NET_EATHENA_PROTOCOL_H #define NET_EATHENA_PROTOCOL_H -#include "net/packetdefine.h" +#include "net/protocoldefine.h" + #include "net/eathena/packets.inc" #undef packet diff --git a/src/net/packetdefine.h b/src/net/protocoldefine.h index a44289994..a44289994 100644 --- a/src/net/packetdefine.h +++ b/src/net/protocoldefine.h diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index fc53778b1..564dfb8a7 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -23,7 +23,7 @@ #ifndef NET_TMWA_PROTOCOL_H #define NET_TMWA_PROTOCOL_H -#include "net/packetdefine.h" +#include "net/protocoldefine.h" #include "net/tmwa/packets.inc" |