Removed duplicate import that was causing linker failure.

This commit is contained in:
Tom Bogle 2018-01-29 10:44:27 -05:00
parent 6b136ce9b0
commit c2d7d3a8d0

View file

@ -7,9 +7,8 @@
//
#import <XCTest/XCTest.h>
#import "KMInputMethodEventHandler.h"
#import "KMInputMethodEventHandlerProtected.h"
#import "KMInputMethodBrowserClientEventHandler.h"
#import "KMInputMethodEventHandlerProtected.h"
@interface KeymanTests : XCTestCase