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/transport_test.cpp b/transport_test.cpp index b66f8fa..00beb3a 100644 --- a/transport_test.cpp +++ b/transport_test.cpp
@@ -19,7 +19,7 @@ #include <gtest/gtest.h> #include "adb.h" -#include "fdevent_test.h" +#include "fdevent/fdevent_test.h" struct TransportTest : public FdeventTest {};