Index: src/list.h |
diff --git a/src/list.h b/src/list.h |
index e498ae162aaa3f6526f23f26e31496023cb59723..6ba55b64ac30d4abb360125ee1398eaa18a3e256 100644 |
--- a/src/list.h |
+++ b/src/list.h |
@@ -204,9 +204,7 @@ size_t GetMemoryUsedByList(const List<T, P>& list) { |
class Map; |
-template<class> class TypeImpl; |
-struct HeapTypeConfig; |
-typedef TypeImpl<HeapTypeConfig> Type; |
+class Type; |
class Code; |
template<typename T> class Handle; |
typedef List<Map*> MapList; |