compositor: move libudev.h to evdev.h
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 30 Mar 2012 12:20:23 +0000 (15:20 +0300)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:28 +0000 (17:51 +0100)
commitc28389d199466b354f59cde9520cc5e2c9df1d1f
tree1673e3e2c907f4e7be1509de8f3ee68bcb147857
parent46b3b7e0fce948ce302a105b07912f6cdb930679
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/evdev.h