aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api')
-rw-r--r--src/nvim/api/private/dispatch.c1
-rw-r--r--src/nvim/api/vim.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/api/private/dispatch.c b/src/nvim/api/private/dispatch.c
index 8492225a69..2975df3c68 100644
--- a/src/nvim/api/private/dispatch.c
+++ b/src/nvim/api/private/dispatch.c
@@ -3,7 +3,6 @@
#include <inttypes.h>
#include <stdbool.h>
-#include <stdint.h>
#include <assert.h>
#include <msgpack.h>
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index 147830493a..5480bb5173 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -2,7 +2,6 @@
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
#include <assert.h>
-#include <stdint.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>