Remove pointless include. Not only does the file not use this header, it breaks the build if HAVE_UDEV is false.

This commit is contained in:
Alcaro 2014-11-09 23:54:40 +01:00
parent bb327684aa
commit 88b21b87e7

View File

@ -1,4 +1,3 @@
#include <libudev.h>
#include <xkbcommon/xkbcommon.h>
#include "input_context.h"
#include "input_keymaps.h"