diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-23 22:00:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-23 22:00:21 +0300 |
commit | c0706c34b25085182525c524681d358ccdf3aacd (patch) | |
tree | 51aaca8411fe70a694279c4ad06260f4eff31aef /src/net/eathena | |
parent | 1ae6c3f8df23b9133337d6b134fdb7dbb424cfdf (diff) | |
download | plus-c0706c34b25085182525c524681d358ccdf3aacd.tar.gz plus-c0706c34b25085182525c524681d358ccdf3aacd.tar.bz2 plus-c0706c34b25085182525c524681d358ccdf3aacd.tar.xz plus-c0706c34b25085182525c524681d358ccdf3aacd.zip |
Remove unused header protocolin.h
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/protocolin.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/net/eathena/protocolin.h b/src/net/eathena/protocolin.h deleted file mode 100644 index 7c2f7d4c8..000000000 --- a/src/net/eathena/protocolin.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2015 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#ifndef NET_EATHENA_PROTOCOLIN_H -#define NET_EATHENA_PROTOCOLIN_H - -#include "net/protocolindefine.h" -#include "net/eathena/packetsin.inc" -#undef packet - -#endif // NET_EATHENA_PROTOCOLIN_H |