summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd_links.cpp4
-rw-r--r--src/modules/extra/m_sqloper.cpp2
-rw-r--r--src/modules/m_spanningtree.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd_links.cpp b/src/cmd_links.cpp
index e94a04edc..07f06e455 100644
--- a/src/cmd_links.cpp
+++ b/src/cmd_links.cpp
@@ -1,4 +1,4 @@
-/* +------------------------------------+
+u/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
@@ -20,7 +20,7 @@
#include "modules.h"
#include "commands.h"
#include "helperfuncs.h"
-#include "cmd_links.h"
+#include "commands/cmd_links.h"
extern ServerConfig* Config;
diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp
index 64f9f497f..5a039d069 100644
--- a/src/modules/extra/m_sqloper.cpp
+++ b/src/modules/extra/m_sqloper.cpp
@@ -35,7 +35,7 @@ using namespace std;
#include "configreader.h"
#include "helperfuncs.h"
#include "m_sql.h"
-#include "cmd_oper.h"
+#include "commands/cmd_oper.h"
/* $ModDesc: Allows storage of oper credentials in an SQL table */
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 3394044a3..eb4db1335 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -29,7 +29,7 @@ using namespace std;
#include "channels.h"
#include "modules.h"
#include "commands.h"
-#include "cmd_whois.h"
+#include "commands/cmd_whois.h"
#include "socket.h"
#include "helperfuncs.h"
#include "inspircd.h"