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. --- input/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'input/main.c') diff --git a/input/main.c b/input/main.c index d70bf2a0..d3d152e0 100644 --- a/input/main.c +++ b/input/main.c @@ -34,7 +34,6 @@ #include "plugin.h" #include "logging.h" -#include "dbus-service.h" #include "manager.h" static GKeyFile *load_config_file(const char *file) -- cgit