From ece31319b52b4a746d7a26995c3fabffbdcd04af Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 20 Apr 2017 14:42:28 +0000 Subject: [PATCH] Remove an unused header include that was breaking the test build if libobjc is not already installed. --- Test/IVarOverlap.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Test/IVarOverlap.m b/Test/IVarOverlap.m index bc07de6..fda4533 100644 --- a/Test/IVarOverlap.m +++ b/Test/IVarOverlap.m @@ -1,5 +1,4 @@ #import -#import "../objc/objc.h" #import "../objc/runtime.h" #import "../objc/Object.h" #include "Test.h"