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:
authorScott Mosier <smosier@microsoft.com>2015-12-03 22:56:03 +0300
committerScott Mosier <smosier@microsoft.com>2015-12-03 22:56:03 +0300
commitfc12c83b2b6a9dfd59bcde6547e851dc0812fb62 (patch)
tree28b833ed6e4f3de95fd1be890dd8da5311342fdd /src/Native
parentf260bfbff01796768a615585787c3adbd5f405cc (diff)
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>