commit | 50607fbe4a60d75e76347616b0d99cb9bffdf2fe | [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 | 47f8a1a4b1e425a67d54c626565433ae5f355722 [diff] | |
parent | fcd3d873261a56a795b9892d0b52d5c5c1b3e665 [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>