diff options
Diffstat (limited to 'src/nvim/log.c')
-rw-r--r-- | src/nvim/log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/log.c b/src/nvim/log.c index a2f83d4d09..db36611933 100644 --- a/src/nvim/log.c +++ b/src/nvim/log.c @@ -12,7 +12,6 @@ #include <inttypes.h> #include <stdarg.h> #include <stdbool.h> -#include <stdint.h> #include <stdio.h> #if !defined(WIN32) # include <sys/time.h> // for gettimeofday() |