compositor: move libudev.h to evdev.h
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 30 Mar 2012 12:20:23 +0000 (15:20 +0300)
committerPekka Paalanen <ppaalanen@gmail.com>
Tue, 17 Apr 2012 11:33:30 +0000 (14:33 +0300)
commit9bc1a4ef9ef37d722893d32ca72d48f3baf3ec13
treeb4378a9ca52c848096b6a673589f4ec5c8463f10
parent4ea4d1bb39a72c3b5c5d2a3de9a7c90aa873c69e
compositor: move libudev.h to evdev.h

Compositor core does not do anything with udev, so the header is not
needed there. Move the #include into evdev.h, from where it gets used by
compositor-drm.c, too.

Also fix the fallout:
tty.c: In function 'tty_create':
tty.c:143:2: warning: implicit declaration of function 'fstat'

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
src/compositor.h
src/evdev.h
src/tty.c