aboutsummaryrefslogtreecommitdiff
path: root/adb.h
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2019-06-28 13:50:37 -0700
committerJosh Gao <jmgao@google.com>2019-07-08 14:37:27 -0700
commitb51193a16a5be0da7f86c9b190825687e35ff345 (patch)
tree4fbf256ce42a18d7533a38ca4371bd871ed0c0a0 /adb.h
parent8c1cb8779b968e4ab948a4e96e4b474eb8e0dee8 (diff)
downloadadb-b51193a16a5be0da7f86c9b190825687e35ff345.tar.gz
adb: move fdevent to its own folder.
Preparatory refactoring for platform-specific implementations. Test: mma Change-Id: I0f600122ac89241788c5f3300f362fd9ef02ddcd
Diffstat (limited to 'adb.h')
-rw-r--r--adb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb.h b/adb.h
index 3a6f059b..352b2fe1 100644
--- a/adb.h
+++ b/adb.h
@@ -26,7 +26,7 @@
#include <android-base/macros.h>
#include "adb_trace.h"
-#include "fdevent.h"
+#include "fdevent/fdevent.h"
#include "socket.h"
#include "types.h"
#include "usb.h"