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/GcStressControl.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/GcStressControl.cpp')
-rw-r--r--src/Native/Runtime/GcStressControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/GcStressControl.cpp b/src/Native/Runtime/GcStressControl.cpp
index f3562be2c..56310355d 100644
--- a/src/Native/Runtime/GcStressControl.cpp
+++ b/src/Native/Runtime/GcStressControl.cpp
@@ -11,7 +11,7 @@
#include "daccess.h"
#include "PalRedhawkCommon.h"
#include "PalRedhawk.h"
-#include "assert.h"
+#include "rhassert.h"
#include "holder.h"
#include "Crst.h"
#include "RhConfig.h"