uterm: remove libudev.h includes if not needed

All udev-dependencies are now moved into uterm-monitor. This allows us to
easily make udev optional for hotplug-less systems or emergency setups.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-06-29 12:49:37 +02:00
parent 5f3fab4974
commit 651d1ed980
3 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@
#include <errno.h>
#include <inttypes.h>
#include <libudev.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>

View File

@ -38,7 +38,6 @@
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <inttypes.h>
#include <libudev.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>

View File

@ -29,7 +29,6 @@
#include <errno.h>
#include <fcntl.h>
#include <libudev.h>
#include <linux/fb.h>
#include <stdbool.h>
#include <stdlib.h>