refactor: remove vim.h from more headers (#26244)

This commit is contained in:
zeertzjq
2023-11-27 18:37:35 +08:00
committed by GitHub
parent a03bd2b878
commit acf5252879
4 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,6 @@
#include "nvim/event/process.h"
#include "nvim/event/socket.h"
#include "nvim/map.h"
#include "nvim/vim.h"
typedef struct Channel Channel;
typedef struct Unpacker Unpacker;