diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-31 01:59:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-31 01:59:16 +0300 |
commit | 366de9963d24841483e6ed8ff4a88f775a1c2fcf (patch) | |
tree | 087cfce87b177e792d51444005d34ff2983af24e /src/net/tmwa | |
parent | 44f92f0feec1cad267fe8584a5a275de98134b4a (diff) | |
download | plus-366de9963d24841483e6ed8ff4a88f775a1c2fcf.tar.gz plus-366de9963d24841483e6ed8ff4a88f775a1c2fcf.tar.bz2 plus-366de9963d24841483e6ed8ff4a88f775a1c2fcf.tar.xz plus-366de9963d24841483e6ed8ff4a88f775a1c2fcf.zip |
Rename packetdefine.h to protocoldefine.h
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |