commit | cd0f5c33fa9deb3ae08e3599316f370019348832 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 11 11:21:36 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 11 11:21:36 2018 -0700 |
tree | 02b8d4a4b89140ed8820861161137ad80e1da423 | |
parent | 1db3789252342c5bfd34d889792866c3b4357b0c [diff] |
Remove unused #include. Bug: N/A Test: builds Change-Id: I792bfdb38672f7a51991c19a9838dd12500036c7
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>