diff options
author | Adam <Adam@anope.org> | 2013-04-16 01:58:29 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-16 01:58:29 -0500 |
commit | 781defb7076ddfddf723ca08cd0a518b6657b64f (patch) | |
tree | 911049f9e1bcf6a32e76c9b8800bf99f56edce02 /modules/commands/cs_fantasy_stats.cpp | |
parent | 16c124d34e43282da6c552739211f8d8aca04791 (diff) |
Move extras header files out of extras so when users copy modules out they dont need the headers too
Diffstat (limited to 'modules/commands/cs_fantasy_stats.cpp')
-rw-r--r-- | modules/commands/cs_fantasy_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_fantasy_stats.cpp b/modules/commands/cs_fantasy_stats.cpp index b1b878c63..df24710a0 100644 --- a/modules/commands/cs_fantasy_stats.cpp +++ b/modules/commands/cs_fantasy_stats.cpp @@ -12,7 +12,7 @@ /*************************************************************************/ #include "module.h" -#include "../extra/sql.h" +#include "sql.h" class MySQLInterface : public SQL::Interface { |