commit | 8187c1d9bfda723707d1ffd025c8be9ba6cd6feb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 11 13:26:13 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 11 13:26:13 2018 -0700 |
tree | 0dbd4acbbd2ab7a55606a3130ae481eb12024d2b | |
parent | 76ae1ec31f6efc88d22de732236cf041b3c83926 [diff] | |
parent | 50607fbe4a60d75e76347616b0d99cb9bffdf2fe [diff] |
Merge "Remove unused #include." am: 771f2c2a3e Change-Id: I7e2a2236cf44a229864550efcd0a73b1f77089fb
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>