1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

Remove unused imports

This commit is contained in:
Tae Won Ha 2017-12-03 17:18:46 +01:00
parent d691e213b9
commit d63dea32a3
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 0 additions and 7 deletions

View File

@ -9,11 +9,6 @@
#import "NeoVimUiBridgeProtocol.h" #import "NeoVimUiBridgeProtocol.h"
@class NeoVimBuffer;
@class NeoVimTab;
@class NeoVimWindow;
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
@interface NeoVimAgent : NSObject @interface NeoVimAgent : NSObject

View File

@ -6,8 +6,6 @@
#import "NeoVimAgent.h" #import "NeoVimAgent.h"
#import "NeoVimMsgIds.h" #import "NeoVimMsgIds.h"
#import "Logger.h" #import "Logger.h"
#import "NeoVimBuffer.h"
#import "NeoVimWindow.h"
static const double qTimeout = 10; static const double qTimeout = 10;