summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_connection_linux.cc
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-11-21 18:47:51 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-22 02:49:05 +0000
commitee816c278f12488490cb2e01fda46e4abab45af7 (patch)
treed1f6cb64c1d1bbfd9cab51236d17f149a7fc4f80 /device/hid/hid_connection_linux.cc
parent727ab043f6a9c135430fcb5231de215cbeb43eef (diff)
downloadchromium_src-ee816c278f12488490cb2e01fda46e4abab45af7.zip
chromium_src-ee816c278f12488490cb2e01fda46e4abab45af7.tar.gz
chromium_src-ee816c278f12488490cb2e01fda46e4abab45af7.tar.bz2
Linux: Dynamically load libudev.
Funnel all libudev access through a wrapper for the udev library loader. BUG=415212 Review URL: https://codereview.chromium.org/674703002 Cr-Commit-Position: refs/heads/master@{#305348}
Diffstat (limited to 'device/hid/hid_connection_linux.cc')
-rw-r--r--device/hid/hid_connection_linux.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/hid/hid_connection_linux.cc b/device/hid/hid_connection_linux.cc
index 907f79b..bec4de7 100644
--- a/device/hid/hid_connection_linux.cc
+++ b/device/hid/hid_connection_linux.cc
@@ -6,7 +6,6 @@
#include <errno.h>
#include <fcntl.h>
-#include <libudev.h>
#include <linux/hidraw.h>
#include <sys/ioctl.h>