commit | fcd3d873261a56a795b9892d0b52d5c5c1b3e665 | [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 | 20f160df2bdcd7185a7d771083c9c40fd3b573ad [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>