diff options
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 66adab1f2d..f989a43dfb 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -11,9 +11,6 @@ #include "nvim/memory.h"// for xstrlcpy #include "nvim/types.h" -/* Included when ported to cmake */ -/* This is needed to replace TRUE/FALSE macros by true/false from c99 */ -#include <stdbool.h> /* Some defines from the old feature.h */ #define SESSION_FILE "Session.vim" #define MAX_MSG_HIST_LEN 200 |