summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/ea/npcrecv.h2
-rw-r--r--src/net/eathena/beingrecv.cpp2
-rw-r--r--src/net/eathena/familyrecv.cpp3
-rw-r--r--src/net/eathena/itemrecv.cpp2
-rw-r--r--src/net/tmwa/beingrecv.cpp2
5 files changed, 3 insertions, 8 deletions
diff --git a/src/net/ea/npcrecv.h b/src/net/ea/npcrecv.h
index 645b36fd1..b0c1f2ad8 100644
--- a/src/net/ea/npcrecv.h
+++ b/src/net/ea/npcrecv.h
@@ -30,7 +30,7 @@ class NpcDialog;
namespace Net
{
class MessageIn;
-} // namespace Net
+} // namespace Net
namespace Ea
{
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index b2738a263..156c81d8f 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -35,7 +35,7 @@
#include "enums/resources/notifytypes.h"
-#include "particle/particle.h"
+#include "particle/particleengine.h"
#include "input/keyboardconfig.h"
diff --git a/src/net/eathena/familyrecv.cpp b/src/net/eathena/familyrecv.cpp
index 07b1f343a..59a28099a 100644
--- a/src/net/eathena/familyrecv.cpp
+++ b/src/net/eathena/familyrecv.cpp
@@ -20,7 +20,6 @@
#include "net/eathena/familyrecv.h"
-#include "logger.h"
#include "notifymanager.h"
#include "party.h"
@@ -30,8 +29,6 @@
#include "gui/widgets/createwidget.h"
-#include "gui/windows/confirmdialog.h"
-
#include "utils/gettext.h"
#include "utils/stringutils.h"
diff --git a/src/net/eathena/itemrecv.cpp b/src/net/eathena/itemrecv.cpp
index 4a744dccb..526168e49 100644
--- a/src/net/eathena/itemrecv.cpp
+++ b/src/net/eathena/itemrecv.cpp
@@ -28,8 +28,6 @@
#include "const/resources/item/cards.h"
-#include "enums/resources/itemtype.h"
-
#include "net/messagein.h"
#include "debug.h"
diff --git a/src/net/tmwa/beingrecv.cpp b/src/net/tmwa/beingrecv.cpp
index c9b29d224..d02e18393 100644
--- a/src/net/tmwa/beingrecv.cpp
+++ b/src/net/tmwa/beingrecv.cpp
@@ -29,7 +29,7 @@
#include "being/localplayer.h"
-#include "particle/particle.h"
+#include "particle/particleengine.h"
#include "input/keyboardconfig.h"