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 Vorlicek <janvorli@microsoft.com>2015-10-23 03:30:15 +0300
committerJan Vorlicek <janvorli@microsoft.com>2015-10-23 03:48:22 +0300
commitc1c17ef74f389bdb6c8da7d939de04cd3b8d00bc (patch)
tree5c0cc88ce9ae38e0f1153b474cee040b52c27848 /src/Native/Runtime/EHHelpers.cpp
parent1df8671def8e4ed53506b716533d0cf1b87dee57 (diff)
Rename filenames in #include commands to match real filenames
Diffstat (limited to 'src/Native/Runtime/EHHelpers.cpp')
-rw-r--r--src/Native/Runtime/EHHelpers.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/Native/Runtime/EHHelpers.cpp b/src/Native/Runtime/EHHelpers.cpp
index a77ee165f..7c7ac80b5 100644
--- a/src/Native/Runtime/EHHelpers.cpp
+++ b/src/Native/Runtime/EHHelpers.cpp
@@ -4,26 +4,26 @@
//
#ifndef DACCESS_COMPILE
#include "rhcommon.h"
-#include "commontypes.h"
+#include "CommonTypes.h"
#include "daccess.h"
-#include "commonmacros.h"
+#include "CommonMacros.h"
#include "assert.h"
#include "slist.h"
#include "gcrhinterface.h"
#include "module.h"
#include "varint.h"
-#include "palredhawkcommon.h"
-#include "palredhawk.h"
+#include "PalRedhawkCommon.h"
+#include "PalRedhawk.h"
#include "holder.h"
-#include "crst.h"
-#include "rwlock.h"
-#include "runtimeinstance.h"
+#include "Crst.h"
+#include "RWLock.h"
+#include "RuntimeInstance.h"
#include "event.h"
#include "threadstore.h"
#include "regdisplay.h"
-#include "stackframeiterator.h"
+#include "StackFrameIterator.h"
#include "thread.h"
-#include "stresslog.h"
+#include "stressLog.h"
// Find the module containing the given address, which is a return address from a managed function. The
// address may be to another managed function, or it may be to an unmanaged function, or it may be to a GC