mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 05:17:43 +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
@@ -10,6 +10,7 @@
|
||||
* quickfix.c: functions for quickfix mode, using a file with error messages
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/vim.h"
|
||||
|
||||
Reference in New Issue
Block a user