diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-11-13 14:44:04 +0100 |
---|---|---|
committer | big biff <bigbiff@teamw.in> | 2018-11-14 00:21:42 +0100 |
commit | e14fb93f0818f9934b4d2dc38cde7b5301ce50ca (patch) | |
tree | 0bd907d8ddfd2b0246c05693f687b01362d3946f | |
parent | Fix header file for property_get (diff) | |
download | android_bootable_recovery-e14fb93f0818f9934b4d2dc38cde7b5301ce50ca.tar android_bootable_recovery-e14fb93f0818f9934b4d2dc38cde7b5301ce50ca.tar.gz android_bootable_recovery-e14fb93f0818f9934b4d2dc38cde7b5301ce50ca.tar.bz2 android_bootable_recovery-e14fb93f0818f9934b4d2dc38cde7b5301ce50ca.tar.lz android_bootable_recovery-e14fb93f0818f9934b4d2dc38cde7b5301ce50ca.tar.xz android_bootable_recovery-e14fb93f0818f9934b4d2dc38cde7b5301ce50ca.tar.zst android_bootable_recovery-e14fb93f0818f9934b4d2dc38cde7b5301ce50ca.zip |
-rw-r--r-- | minui/events.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/minui/events.cpp b/minui/events.cpp index f67684b8b..c7779961a 100644 --- a/minui/events.cpp +++ b/minui/events.cpp @@ -24,7 +24,6 @@ #include <sys/epoll.h> #include <sys/ioctl.h> #include <unistd.h> -#include <errno.h> #include <functional> |