comparison tests/cmd-plugin-list/main.cpp @ 347:ec43b9ac3df7

Irccd: unify services
author David Demelier <markand@malikania.fr>
date Sun, 13 Nov 2016 10:41:28 +0100
parents a6c3d73d9641
children c6fbb6e0e06d
comparison
equal deleted inserted replaced
346:a6c3d73d9641 347:ec43b9ac3df7
17 */ 17 */
18 18
19 #include <command.hpp> 19 #include <command.hpp>
20 #include <command-tester.hpp> 20 #include <command-tester.hpp>
21 #include <server-tester.hpp> 21 #include <server-tester.hpp>
22 #include <service-plugin.hpp> 22 #include <service.hpp>
23 #include <plugin.hpp> 23 #include <plugin.hpp>
24 24
25 using namespace irccd; 25 using namespace irccd;
26 using namespace irccd::command; 26 using namespace irccd::command;
27 27