From 8b498d94d86518da3cdda2d2664843d3b7f403d2 Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Wed, 12 Mar 2014 20:03:08 -0300 Subject: Include in types.h --- src/types.h | 2 ++ src/vim.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/types.h b/src/types.h index a82b8c8e86..0d8c0b3e4e 100644 --- a/src/types.h +++ b/src/types.h @@ -9,6 +9,8 @@ #ifndef NEOVIM_TYPES_H #define NEOVIM_TYPES_H +#include + /* * Shorthand for unsigned variables. Many systems, but not all, have u_char * already defined, so we use char_u to avoid trouble. 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 -#ifdef HAVE_STDINT_H -# include -#endif #ifdef HAVE_INTTYPES_H # include #endif -- cgit