diff options
author | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-08-18 19:20:42 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-08-18 19:20:42 -0300 |
commit | c560d02ccf1dd156f068b1da8a3e7d75d2319dfd (patch) | |
tree | f0925d7821b400fe061a97d9521f78daf0ff9f66 /plugins | |
parent | 0dda767d09a31eb13976371730e4cfe5e437869e (diff) |
Remove driver.c driver.h and remove workaround for to force a symbol resolution.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/echo.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |