summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/chatserver/guild.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwserv/chatserver/guild.cpp')
-rw-r--r--src/net/tmwserv/chatserver/guild.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/tmwserv/chatserver/guild.cpp b/src/net/tmwserv/chatserver/guild.cpp
index bf758586..740e9efa 100644
--- a/src/net/tmwserv/chatserver/guild.cpp
+++ b/src/net/tmwserv/chatserver/guild.cpp
@@ -19,16 +19,16 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
#include "guild.h"
#include "internal.h"
-#include "../connection.h"
-#include "../../messageout.h"
-#include "../protocol.h"
+#include "net/tmwserv/connection.h"
+#include "net/tmwserv/protocol.h"
+
+#include "net/messageout.h"
-#include "../../../log.h"
+#include "log.h"
void Net::ChatServer::Guild::createGuild(const std::string &name)
{