diff options
author | Adam <Adam@drink-coca-cola.info> | 2010-05-15 03:27:09 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 21:02:12 -0400 |
commit | 2a22d9c2fdf6978858055f1143af0ec40e417424 (patch) | |
tree | 29e9665007c4245a7a427dc654261473979e115e /src/protocol/bahamut.c | |
parent | c477360dbf45070ff80ad8949a66429fe1ae8414 (diff) |
Fixed cmake build, removed version_flags it is no longer need, removed old unneeded defs.h and split up pseudo.h
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index 744fc9608..14dc68cb5 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -14,7 +14,7 @@ /*************************************************************************/ #include "services.h" -#include "pseudo.h" +#include "modules.h" IRCDVar myIrcd[] = { {"Bahamut 1.8.x", /* ircd name */ |