remove dependency on utils/List.h
Change-Id: I45c7e2cf9fe07f65259af6fa22d719259386912c
diff --git a/TetherController.h b/TetherController.h
index 1fd4f95..eef94fe 100644
--- a/TetherController.h
+++ b/TetherController.h
@@ -19,10 +19,10 @@
#include <linux/in.h>
-#include <utils/List.h>
+#include "List.h"
-typedef android::List<char *> InterfaceCollection;
-typedef android::List<struct in_addr> NetAddressCollection;
+typedef android::netd::List<char *> InterfaceCollection;
+typedef android::netd::List<struct in_addr> NetAddressCollection;
class TetherController {
InterfaceCollection *mInterfaces;