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>2015-12-03 23:31:52 +0300
committerJan Kotas <jkotas@microsoft.com>2015-12-03 23:31:52 +0300
commit5cafb1530c89b350502c9f048d2b8e80920e3730 (patch)
treefb0b4bd0963ef9b42df051b8dce38847ad0944e3 /src/Native
parentb1e68af0d9b49be79297a45d0f5a170c4ffce775 (diff)
parentfc12c83b2b6a9dfd59bcde6547e851dc0812fb62 (diff)
Merge pull request #473 from smosier/pn-fixes
Remove unnecessary header
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/banned.h6
-rw-r--r--src/Native/Runtime/unix/PalRedhawkUnix.cpp1
-rw-r--r--src/Native/Runtime/windows/PalRedhawkCommon.cpp1
-rw-r--r--src/Native/Runtime/windows/PalRedhawkMinWin.cpp1
4 files changed, 0 insertions, 9 deletions
diff --git a/src/Native/Runtime/banned.h b/src/Native/Runtime/banned.h
deleted file mode 100644
index 70b6eb63b..000000000
--- a/src/Native/Runtime/banned.h
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
-
-// placeholder file
diff --git a/src/Native/Runtime/unix/PalRedhawkUnix.cpp b/src/Native/Runtime/unix/PalRedhawkUnix.cpp
index e95beed81..38cfa29e5 100644
--- a/src/Native/Runtime/unix/PalRedhawkUnix.cpp
+++ b/src/Native/Runtime/unix/PalRedhawkUnix.cpp
@@ -7,7 +7,6 @@
// Implementation of the Redhawk Platform Abstraction Layer (PAL) library when Unix is the platform.
//
-#include <banned.h>
#include <stdio.h>
#include <errno.h>
#include <cwchar>
diff --git a/src/Native/Runtime/windows/PalRedhawkCommon.cpp b/src/Native/Runtime/windows/PalRedhawkCommon.cpp
index 3c68a82d6..8efeb1c40 100644
--- a/src/Native/Runtime/windows/PalRedhawkCommon.cpp
+++ b/src/Native/Runtime/windows/PalRedhawkCommon.cpp
@@ -12,7 +12,6 @@
// Redhawk header files.
//
-#include <banned.h>
#include <windows.h>
#include <stdio.h>
#include <errno.h>
diff --git a/src/Native/Runtime/windows/PalRedhawkMinWin.cpp b/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
index 6eb79cf19..f42efa3fb 100644
--- a/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
+++ b/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
@@ -14,7 +14,6 @@
// Redhawk header files.
//
#include "common.h"
-#include <banned.h>
#include <windows.h>
#include <stdio.h>
#include <errno.h>