summaryrefslogtreecommitdiff
path: root/src/cmd_privmsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_privmsg.cpp')
-rw-r--r--src/cmd_privmsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_privmsg.cpp b/src/cmd_privmsg.cpp
index 0814c08c4..53a9e82dd 100644
--- a/src/cmd_privmsg.cpp
+++ b/src/cmd_privmsg.cpp
@@ -24,7 +24,7 @@
#include "wildcard.h"
#include "commands.h"
#include "helperfuncs.h"
-#include "cmd_privmsg.h"
+#include "commands/cmd_privmsg.h"
extern ServerConfig* Config;
extern InspIRCd* ServerInstance;