aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api')
-rw-r--r--src/nvim/api/buffer.h1
-rw-r--r--src/nvim/api/tabpage.h1
-rw-r--r--src/nvim/api/vim.h1
-rw-r--r--src/nvim/api/window.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/api/buffer.h b/src/nvim/api/buffer.h
index 0262ea000e..9aa898f7da 100644
--- a/src/nvim/api/buffer.h
+++ b/src/nvim/api/buffer.h
@@ -2,7 +2,6 @@
#define NVIM_API_BUFFER_H
#include <stdint.h>
-#include <stdbool.h>
#include "nvim/api/private/defs.h"
diff --git a/src/nvim/api/tabpage.h b/src/nvim/api/tabpage.h
index b24a9795e5..a822844af9 100644
--- a/src/nvim/api/tabpage.h
+++ b/src/nvim/api/tabpage.h
@@ -2,7 +2,6 @@
#define NVIM_API_TABPAGE_H
#include <stdint.h>
-#include <stdbool.h>
#include "nvim/api/private/defs.h"
diff --git a/src/nvim/api/vim.h b/src/nvim/api/vim.h
index f15edb8548..5e0b35b562 100644
--- a/src/nvim/api/vim.h
+++ b/src/nvim/api/vim.h
@@ -2,7 +2,6 @@
#define NVIM_API_VIM_H
#include <stdint.h>
-#include <stdbool.h>
#include "nvim/api/private/defs.h"
diff --git a/src/nvim/api/window.h b/src/nvim/api/window.h
index 3a8cde18e2..632b160e62 100644
--- a/src/nvim/api/window.h
+++ b/src/nvim/api/window.h
@@ -2,7 +2,6 @@
#define NVIM_API_WINDOW_H
#include <stdint.h>
-#include <stdbool.h>
#include "nvim/api/private/defs.h"