mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
pty_process: split into plat-specific files (#3976)
This commit is contained in:

committed by
Justin M. Keyes

parent
02e6914a93
commit
6ed9d47a6e
@@ -9,7 +9,7 @@
|
||||
#include "nvim/event/wstream.h"
|
||||
#include "nvim/event/process.h"
|
||||
#include "nvim/event/libuv_process.h"
|
||||
#include "nvim/event/pty_process.h"
|
||||
#include "nvim/os/pty_process.h"
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/log.h"
|
||||
|
||||
|
Reference in New Issue
Block a user