summaryrefslogtreecommitdiff
path: root/src/net/eathena/battlegroundrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/battlegroundrecv.h')
-rw-r--r--src/net/eathena/battlegroundrecv.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/net/eathena/battlegroundrecv.h b/src/net/eathena/battlegroundrecv.h
index 43c0e7fe1..912580203 100644
--- a/src/net/eathena/battlegroundrecv.h
+++ b/src/net/eathena/battlegroundrecv.h
@@ -18,12 +18,15 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef NET_EATHENA_BATTLEGROUND_H
-#define NET_EATHENA_BATTLEGROUND_H
+#ifndef NET_EATHENA_BATTLEGROUNDRECV_H
+#define NET_EATHENA_BATTLEGROUNDRECV_H
#ifdef EATHENA_SUPPORT
-#include "net/eathena/messagehandler.h"
+namespace Net
+{
+ class MessageIn;
+}
namespace EAthena
{
@@ -41,4 +44,4 @@ namespace EAthena
} // namespace EAthena
#endif // EATHENA_SUPPORT
-#endif // NET_EATHENA_BATTLEGROUND_H
+#endif // NET_EATHENA_BATTLEGROUNDRECV_H