summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqloper.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-04-20 18:56:54 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-04-20 18:56:54 +0000
commitb11cd1e68a057f4f7e78e63704e0b3b640140d8c (patch)
treed7692f9fbbaaa34964d9b0237498b9b57a5c2f32 /src/modules/extra/m_sqloper.cpp
parent24ac504f4b6dbcca3cb3ab91d3cbb40cc7a9ff33 (diff)
Include paths change
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3899 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqloper.cpp')
-rw-r--r--src/modules/extra/m_sqloper.cpp2
1 files changed, 1 insertions, 1 deletions
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 */