commit | 57e09b16ca94618b17ccd5b74caec894df977f28 | [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 | 4654d89285585b5f7d3252da474165b6e4079e49 | |
parent | 2d03ad42ed26cb2ea030c8f386b5122219f1ffa2 [diff] [blame] |
adb: move fdevent to its own folder. Preparatory refactoring for platform-specific implementations. Test: mma Change-Id: I0f600122ac89241788c5f3300f362fd9ef02ddcd
diff --git a/adb/socket.h b/adb/socket.h index b8c559a..4276851 100644 --- a/adb/socket.h +++ b/adb/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;