From c2d7d3a8d005ef2022db9b04c33b2f72a822e8dc Mon Sep 17 00:00:00 2001 From: Tom Bogle Date: Mon, 29 Jan 2018 10:44:27 -0500 Subject: [PATCH] Removed duplicate import that was causing linker failure. --- .../KeymanTests/KMInputMethodBrowserClientEventHandlerTests.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mac/Keyman4MacIM/KeymanTests/KMInputMethodBrowserClientEventHandlerTests.m b/mac/Keyman4MacIM/KeymanTests/KMInputMethodBrowserClientEventHandlerTests.m index 2cd6b25143..7f08f7e8b4 100644 --- a/mac/Keyman4MacIM/KeymanTests/KMInputMethodBrowserClientEventHandlerTests.m +++ b/mac/Keyman4MacIM/KeymanTests/KMInputMethodBrowserClientEventHandlerTests.m @@ -7,9 +7,8 @@ // #import -#import "KMInputMethodEventHandler.h" -#import "KMInputMethodEventHandlerProtected.h" #import "KMInputMethodBrowserClientEventHandler.h" +#import "KMInputMethodEventHandlerProtected.h" @interface KeymanTests : XCTestCase