commit | 771f2c2a3edd1fcaf367837f3835a596415b2249 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 11 20:16:21 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 11 20:16:21 2018 +0000 |
tree | 0707750ae9fab62220a2e54924c7c2eacd9ea9e2 | |
parent | 3eb5d77913b950df39918abf77f1aa903bb4b39a [diff] | |
parent | cd0f5c33fa9deb3ae08e3599316f370019348832 [diff] |
Merge "Remove unused #include."
diff --git a/adb/sysdeps.h b/adb/sysdeps.h index f1197d7..f2911e0 100644 --- a/adb/sysdeps.h +++ b/adb/sysdeps.h
@@ -314,7 +314,6 @@ #else /* !_WIN32 a.k.a. Unix */ #include <cutils/sockets.h> -#include <cutils/threads.h> #include <fcntl.h> #include <poll.h> #include <signal.h>