Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d7088e5 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 5e95930b: am 43a9527c: Fix include paths.

Merge commit '5e95930bd87b98b01ffe48075fa13c234c2ed08f' into gingerbread-plus-aosp

* commit '5e95930bd87b98b01ffe48075fa13c234c2ed08f':
  Fix include paths.
parents 9dbc30d4 fc4ee95f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <utils/Vector.h>
#include <utils/threads.h>

#include <poll.h>
#include <sys/poll.h>

namespace android {

+0 −2
Original line number Diff line number Diff line
@@ -27,10 +27,8 @@

#include <stddef.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include <poll.h>

namespace android {

+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@

#include <stddef.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>