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-03-23 20:02:38 +0300
committerJan Kotas <jkotas@microsoft.com>2016-03-23 20:02:38 +0300
commit9b2906c1bb89bbdc270200f7d8f32361410ca789 (patch)
tree395d87c09fb37b8df8752a0c889a8908cf0a6617 /src/Native/Runtime/eetype.cpp
parent02617d5e3d73a3811354f87f93e5d5997236d13e (diff)
Rename runtime\assert.h to runtime\rhassert.h
Fixing TODOs about collisions with the system assert.h header [tfs-changeset: 1589045]
Diffstat (limited to 'src/Native/Runtime/eetype.cpp')
-rw-r--r--src/Native/Runtime/eetype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/eetype.cpp b/src/Native/Runtime/eetype.cpp
index 45a934d95..b1cea129a 100644
--- a/src/Native/Runtime/eetype.cpp
+++ b/src/Native/Runtime/eetype.cpp
@@ -5,7 +5,7 @@
#include "CommonTypes.h"
#include "CommonMacros.h"
#include "daccess.h"
-#include "assert.h"
+#include "rhassert.h"
#include "rhbinder.h"
#include "eetype.h"
#include "PalRedhawkCommon.h"