mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 06:49:01 +00:00
remove stdbool.h include from vim.h and globals.h
This commit is contained in:
committed by
Nicolas Hillegeer
parent
e3db636546
commit
a4f441e547
@@ -2,6 +2,8 @@
|
||||
///
|
||||
/// Code for diff'ing two, three or four buffers.
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/diff.h"
|
||||
#include "nvim/buffer.h"
|
||||
|
||||
Reference in New Issue
Block a user