From 6a5605954320fe1d43fa6957e07ec4bcc9724454 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 28 Jan 2007 18:06:45 +0000 Subject: Rename input-service.[ch] into device.[ch] --- input/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/main.c') diff --git a/input/main.c b/input/main.c index 340fc776..084493f5 100644 --- a/input/main.c +++ b/input/main.c @@ -41,7 +41,7 @@ #include "logging.h" #include "server.h" -#include "input-service.h" +#include "device.h" static GMainLoop *main_loop; -- cgit