mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-21 07:07:39 +00:00
Removed duplicate import that was causing linker failure.
This commit is contained in:
parent
6b136ce9b0
commit
c2d7d3a8d0
1 changed files with 1 additions and 2 deletions
|
|
@ -7,9 +7,8 @@
|
|||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "KMInputMethodEventHandler.h"
|
||||
#import "KMInputMethodEventHandlerProtected.h"
|
||||
#import "KMInputMethodBrowserClientEventHandler.h"
|
||||
#import "KMInputMethodEventHandlerProtected.h"
|
||||
|
||||
@interface KeymanTests : XCTestCase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue