Fix typeprinter.h include
authorIgor Kulaychuk <i.kulaychuk@samsung.com>
Wed, 12 Jul 2017 15:35:01 +0000 (18:35 +0300)
committerIgor Kulaychuk <i.kulaychuk@samsung.com>
Mon, 13 Nov 2017 19:22:40 +0000 (22:22 +0300)
src/debug/debugger/typeprinter.h

index 95f461b..ffe792e 100644 (file)
@@ -1,7 +1,3 @@
-namespace std {
-class list;
-}
-
 class TypePrinter
 {
     static HRESULT NameForTypeDef(mdTypeDef tkTypeDef, IMetaDataImport *pImport, std::string &mdName,