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/daemon/auth.cpp b/adb/daemon/auth.cpp index 00268a7..2b8f461 100644 --- a/adb/daemon/auth.cpp +++ b/adb/daemon/auth.cpp
@@ -19,7 +19,7 @@ #include "adb.h" #include "adb_auth.h" #include "adb_io.h" -#include "fdevent.h" +#include "fdevent/fdevent.h" #include "sysdeps.h" #include "transport.h"