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 {};