commit | f00db28f37f1b5509598fef586036ff0a52ec30b | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Mar 05 17:05:02 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Mon Mar 05 17:06:00 2012 -0800 |
tree | 12484aeb71ca24847e775937bc67f221abe6847d | |
parent | 0cd9ba45680acc2f5c139d7765c135b246d65108 [diff] [blame] |
remove dependency on utils/List.h Change-Id: I45c7e2cf9fe07f65259af6fa22d719259386912c
diff --git a/PppController.h b/PppController.h index bb75435..cc74c8c 100644 --- a/PppController.h +++ b/PppController.h
@@ -19,9 +19,9 @@ #include <linux/in.h> -#include <utils/List.h> +#include "List.h" -typedef android::List<char *> TtyCollection; +typedef android::netd::List<char *> TtyCollection; class PppController { TtyCollection *mTtys;