commit | b51193a16a5be0da7f86c9b190825687e35ff345 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Jun 28 13:50:37 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Jul 08 14:37:27 2019 -0700 |
tree | 4fbf256ce42a18d7533a38ca4371bd871ed0c0a0 | |
parent | 8c1cb8779b968e4ab948a4e96e4b474eb8e0dee8 [diff] [blame] |
adb: move fdevent to its own folder. Preparatory refactoring for platform-specific implementations. Test: mma Change-Id: I0f600122ac89241788c5f3300f362fd9ef02ddcd
diff --git a/socket.h b/socket.h index b8c559a..4276851 100644 --- a/socket.h +++ b/socket.h
@@ -24,7 +24,7 @@ #include <string> #include "adb_unique_fd.h" -#include "fdevent.h" +#include "fdevent/fdevent.h" #include "types.h" class atransport;