From 5dbabb823456744e7442edc2bfde1272bb2edcb1 Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Sat, 29 Jan 2011 16:29:33 -0500 Subject: Remove cull_list.h from inspircd.h --- src/testsuite.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testsuite.cpp') diff --git a/src/testsuite.cpp b/src/testsuite.cpp index 3cd4da2d8..7e98b97e4 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -14,6 +14,7 @@ /* $Core */ #include "inspircd.h" +#include "cull_list.h" #include "testsuite.h" #include @@ -269,7 +270,7 @@ TestSuite::TestSuite() { Module* m = ServerInstance->Modules->Find(modname); std::cout << std::endl << (ServerInstance->Modules->Unload(m) ? "SUCCESS" : "FAILURE") << std::endl; - ServerInstance->AtomicActions.Run(); + ServerInstance->AtomicActions->Run(); } break; -- cgit v1.3.1-10-gc9f91