aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorBrandon Coleman <metrix1978@gmail.com>2014-06-17 00:14:21 -0500
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-09 00:18:17 +0200
commita4f441e5475e6316c4bdd08948a843d2aabc8a37 (patch)
tree4aa356ebbb5f09f85af7e90a3d5c3e7cfaac0880 /src/nvim/vim.h
parente3db6365467bf6087e5eced3bce3969ff975a864 (diff)
downloadrneovim-a4f441e5475e6316c4bdd08948a843d2aabc8a37.tar.gz
rneovim-a4f441e5475e6316c4bdd08948a843d2aabc8a37.tar.bz2
rneovim-a4f441e5475e6316c4bdd08948a843d2aabc8a37.zip
remove stdbool.h include from vim.h and globals.h
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h3
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