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:
parent
d691e213b9
commit
d63dea32a3
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user