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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-11-01 23:07:49 +0300
committerJan Kotas <jkotas@microsoft.com>2016-11-01 23:07:49 +0300
commite78f2c99fa3a317aef3d6ed51cbc9d4fdec0df24 (patch)
tree9ee0b7e2525cf3b8ed61fd1184f245eb419414f1 /src/Native/Runtime/module.h
parent0fc8eff01c5a010af50dd85ee47bc9d65e25bee1 (diff)
Rename ModuleManager to TypeManager
[tfs-changeset: 1636196]
Diffstat (limited to 'src/Native/Runtime/module.h')
-rw-r--r--src/Native/Runtime/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/module.h b/src/Native/Runtime/module.h
index a5189ba09..30c242b71 100644
--- a/src/Native/Runtime/module.h
+++ b/src/Native/Runtime/module.h
@@ -4,7 +4,7 @@
#include "ICodeManager.h"
#include "SectionMethodList.h"
-#include "ModuleManager.h"
+#include "TypeManager.h"
struct StaticGcDesc;
typedef SPTR(StaticGcDesc) PTR_StaticGcDesc;