aboutsummaryrefslogtreecommitdiff
path: root/adb.h
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2019-07-09 13:35:38 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-09 13:35:38 -0700
commit5b5e7f29bd4553cf237d728944b18345ad234c2e (patch)
treefd8114f85ff56da4a1762573d25a16b893cabd3c /adb.h
parentdcc336491233462d1bd49513695c5565f27636cc (diff)
parentb51193a16a5be0da7f86c9b190825687e35ff345 (diff)
downloadadb-5b5e7f29bd4553cf237d728944b18345ad234c2e.tar.gz
adb: move fdevent to its own folder.
am: b51193a16a Change-Id: I1f9e0da9a94c8889c378e8ca9dd9b37a48dca58b
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 9324ceec..c6cb06af 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"