Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/coreclr/vm/appdomain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
#include "typeequivalencehash.hpp"

#include "appdomain.inl"
#include "typeparse.h"

#ifndef TARGET_UNIX
#include "dwreport.h"
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/vm/ceemain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
#include "virtualcallstub.h"
#include "strongnameinternal.h"
#include "syncclean.hpp"
#include "typeparse.h"
#include "debuginfostore.h"
#include "finalizerthread.h"
#include "threadsuspend.h"
Expand Down
4 changes: 0 additions & 4 deletions src/coreclr/vm/fieldmarshaler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
#include <corerror.h>
#include "sigformat.h"
#include "marshalnative.h"
#include "typeparse.h"
#ifdef FEATURE_COMINTEROP
#include <winstring.h>
#endif // FEATURE_COMINTEROP

VOID ParseNativeType(Module* pModule,
SigPointer sig,
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/vm/mngstdinterfaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "method.hpp"
#include "runtimecallablewrapper.h"
#include "excep.h"
#include "typeparse.h"

//
// Declare the static field int the ManagedStdInterfaceMap class.
Expand Down
1 change: 0 additions & 1 deletion src/coreclr/vm/typestring.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,3 @@ class TypeString
};

#endif

1 change: 0 additions & 1 deletion src/coreclr/vm/weakreferencenative.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "gchandleutilities.h"
#include "weakreferencenative.h"
#include "typestring.h"
#include "typeparse.h"
#include "threadsuspend.h"
#include "interoplibinterface.h"

Expand Down

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/libraries/Common/src/System/SerializableAttribute.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@
Link="Common\System\Collections\DebugView.Tests.cs" />
<Compile Include="$(CommonTestPath)System\Collections\TestingTypes.cs"
Link="Common\System\Collections\TestingTypes.cs" />
<Compile Include="$(CommonPath)System\SerializableAttribute.cs"
Link="Common\System\SerializableAttribute.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ClassDiagram1.cd" />
Expand Down