Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElinor Fung <elfung@microsoft.com>2021-04-07 07:11:04 +0300
committerGitHub <noreply@github.com>2021-04-07 07:11:04 +0300
commitf6b344b64a367ad71df11782122716b2e616d88f (patch)
tree9e452003657cf2967a809fef840a50ec52e1b783 /src/coreclr/ilasm
parent52f986706dc96b4b146c6657e6bcce1f5d29cc55 (diff)
Remove IAssemblyName (and various fusion remnants) (#50755)
Diffstat (limited to 'src/coreclr/ilasm')
-rw-r--r--src/coreclr/ilasm/asmman.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coreclr/ilasm/asmman.cpp b/src/coreclr/ilasm/asmman.cpp
index 63d9b3694ba..87e79e51988 100644
--- a/src/coreclr/ilasm/asmman.cpp
+++ b/src/coreclr/ilasm/asmman.cpp
@@ -10,7 +10,6 @@
#include "assembler.h"
#include "strongnameinternal.h"
#include <limits.h>
-#include <fusion.h>
extern WCHAR* pwzInputFiles[];