aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-01-02 17:56:17 -0500
committerGitHub <noreply@github.com>2023-01-02 14:56:17 -0800
commita283a99165865e88ea8df366d1b2db290e9c637a (patch)
tree4f0db3b7879d2186544f14ec506f97ea93bfca76 /src/nvim/undo.c
parent5c6f2122ad65eb16786e7b4a7b0835b50f23f943 (diff)
downloadrneovim-a283a99165865e88ea8df366d1b2db290e9c637a.tar.gz
rneovim-a283a99165865e88ea8df366d1b2db290e9c637a.tar.bz2
rneovim-a283a99165865e88ea8df366d1b2db290e9c637a.zip
refactor: eliminate os_unix.c #21621
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r--src/nvim/undo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/undo.c b/src/nvim/undo.c
index 0777d1309d..9cbe5d5d9e 100644
--- a/src/nvim/undo.c
+++ b/src/nvim/undo.c
@@ -116,7 +116,6 @@
#include "nvim/os/os.h"
#include "nvim/os/os_defs.h"
#include "nvim/os/time.h"
-#include "nvim/os_unix.h"
#include "nvim/path.h"
#include "nvim/pos.h"
#include "nvim/screen.h"