remove stdbool.h include from vim.h and globals.h

This commit is contained in:
Brandon Coleman
2014-06-17 00:14:21 -05:00
committed by Nicolas Hillegeer
parent e3db636546
commit a4f441e547
28 changed files with 29 additions and 5 deletions

View File

@@ -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"