commit | 9bc1a4ef9ef37d722893d32ca72d48f3baf3ec13 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Fri Mar 30 15:20:23 2012 +0300 |
committer | Pekka Paalanen <ppaalanen@gmail.com> | Tue Apr 17 14:33:30 2012 +0300 |
tree | b4378a9ca52c848096b6a673589f4ec5c8463f10 | |
parent | 4ea4d1bb39a72c3b5c5d2a3de9a7c90aa873c69e [diff] |
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>