From c560d02ccf1dd156f068b1da8a3e7d75d2319dfd Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 18 Aug 2008 19:20:42 -0300 Subject: Remove driver.c driver.h and remove workaround for to force a symbol resolution. --- plugins/echo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/echo.c') diff --git a/plugins/echo.c b/plugins/echo.c index 7a5ad8d8..ead488e4 100644 --- a/plugins/echo.c +++ b/plugins/echo.c @@ -38,7 +38,6 @@ #include "plugin.h" #include "adapter.h" -#include "driver.h" #include "logging.h" static gboolean session_event(GIOChannel *chan, -- cgit