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/MathHelpers.cpp
parent1df8671def8e4ed53506b716533d0cf1b87dee57 (diff)
Rename filenames in #include commands to match real filenames
Diffstat (limited to 'src/Native/Runtime/MathHelpers.cpp')
-rw-r--r--src/Native/Runtime/MathHelpers.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Native/Runtime/MathHelpers.cpp b/src/Native/Runtime/MathHelpers.cpp
index 1ddfd3219..06238efc9 100644
--- a/src/Native/Runtime/MathHelpers.cpp
+++ b/src/Native/Runtime/MathHelpers.cpp
@@ -2,8 +2,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
-#include "commontypes.h"
-#include "commonmacros.h"
+#include "CommonTypes.h"
+#include "CommonMacros.h"
#include "assert.h"
//
@@ -261,4 +261,4 @@ ThrowExcep:
return 0;
}
-#endif // defined(_X86_) || defined(_ARM_) \ No newline at end of file
+#endif // defined(_X86_) || defined(_ARM_)