aboutsummaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vim.h b/src/vim.h
index a2628ade0b..08fd74fd6b 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -149,9 +149,6 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
#include <assert.h>
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif