mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 11:38:31 +00:00
Remove stdbool.h from files which don't need it
Done by manual inspection of the output of this script: grep -r -l -w "bool\|true\|false" * | grep 'c$\|h$' > has_bool grep -r -l "stdbool.h" * | grep 'c$\|h$' > has_include grep -F -x -v -f has_bool has_include
This commit is contained in:

committed by
Justin M. Keyes

parent
0868818d3e
commit
1de9287a02
@@ -2,7 +2,6 @@
|
||||
#define NVIM_API_WINDOW_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
|
||||
|
Reference in New Issue
Block a user