commit | e14fb93f0818f9934b4d2dc38cde7b5301ce50ca | [log] [tgz] |
---|---|---|
author | Andreas Schneider <asn@cryptomilk.org> | Tue Nov 13 14:44:04 2018 +0100 |
committer | big biff <bigbiff@teamw.in> | Wed Nov 14 00:21:42 2018 +0100 |
tree | 0bd907d8ddfd2b0246c05693f687b01362d3946f | |
parent | 007de98f69b1310f33a8baee008533b28d251cca [diff] |
minui: Don't include errno.h twice Change-Id: Id119ca2f34fb072e70037dbb6858799e94c74043
diff --git a/minui/events.cpp b/minui/events.cpp index f67684b..c777996 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>