From dee7a2fdcd32be4f88b5b52e31c97e65c8432c10 Mon Sep 17 00:00:00 2001 From: SpringsUp Date: Tue, 31 May 2016 15:58:05 +0200 Subject: [PATCH] Remove stdio import Fixes building on linux (arm) --- CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h | 1 - 1 file changed, 1 deletion(-) diff --git a/CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h b/CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h index 41eb6c16d7..74a654d5b4 100644 --- a/CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h +++ b/CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include