diff options
author | Adam <Adam@anope.org> | 2010-10-11 18:47:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-11 18:47:54 -0400 |
commit | d7aa5f6a3a69c69b5ab3d2ddcdfd2f819e840703 (patch) | |
tree | 2236bbe0a4a984e4cabb8d8b1547a7f84dcd3018 /src/base.cpp | |
parent | 717c123441bb47a4fab859e8fb3ec8c6ac5b7223 (diff) |
Fixed Windows build
Diffstat (limited to 'src/base.cpp')
-rw-r--r-- | src/base.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp index 0aec072a1..6977f81c5 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -1,5 +1,4 @@ -#include "services.h" -#include "modules.h" +#include "anope.h" Base::Base() { |