From b44f9173f939e473c2a46623310b662fc1cd4ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 4 Jun 2010 21:52:02 -0400 Subject: [PATCH] Rename wayland-system-compositor back to just compositor --- evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evdev.c b/evdev.c index d79db8fa..d934aa6c 100644 --- a/evdev.c +++ b/evdev.c @@ -25,7 +25,7 @@ #include #include "wayland.h" -#include "wayland-system-compositor.h" +#include "compositor.h" struct evdev_input_device { struct wlsc_input_device *device;