am 43a9527c: Fix include paths.

Merge commit '43a9527c54b71cb17515591af37eeeef6c22e3ff' into gingerbread

* commit '43a9527c54b71cb17515591af37eeeef6c22e3ff':
  Fix include paths.
This commit is contained in:
Jeff Brown
2010-06-13 19:59:26 -07:00
committed by Android Git Automerger
3 changed files with 1 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
#include <utils/Vector.h>
#include <utils/threads.h>
#include <poll.h>
#include <sys/poll.h>
namespace android {

View File

@@ -27,10 +27,8 @@
#include <stddef.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include <poll.h>
namespace android {

View File

@@ -24,7 +24,6 @@
#include <stddef.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>