comparison tests/src/libirccd/dynlib-plugin/main.cpp @ 690:849c4337c18e

Misc: headers reduction
author David Demelier <markand@malikania.fr>
date Tue, 17 Apr 2018 12:22:15 +0200
parents 8d93e415c3b4
children 3e816cebed2c
comparison
equal deleted inserted replaced
689:c0c2926a35df 690:849c4337c18e
23 * For this test, we update internal plugin configuration each time a function 23 * For this test, we update internal plugin configuration each time a function
24 * is called and check if it has been called correctly using get_config. 24 * is called and check if it has been called correctly using get_config.
25 */ 25 */
26 26
27 #include <irccd/daemon/dynlib_plugin.hpp> 27 #include <irccd/daemon/dynlib_plugin.hpp>
28 #include <irccd/daemon/server.hpp>
28 #include <irccd/daemon/irccd.hpp> 29 #include <irccd/daemon/irccd.hpp>
29 30
30 namespace irccd { 31 namespace irccd {
31 32
32 class fixture { 33 class fixture {