Remove excess <stdint.h>

This commit is contained in:
Jan Edmund Lazo
2019-07-27 07:46:22 -04:00
parent 11fe132dd9
commit 6508215b5c
17 changed files with 0 additions and 19 deletions

View File

@@ -3,7 +3,6 @@
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>
#include <assert.h>
#include <msgpack.h>

View File

@@ -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>

View File

@@ -7,7 +7,6 @@
#include <assert.h>
#include <stdbool.h>
#include <stdint.h>
#include <inttypes.h>
#include "nvim/vim.h"

View File

@@ -3,11 +3,9 @@
#include <inttypes.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <assert.h>
#include <limits.h>
#include "nvim/types.h"
#include "nvim/hashtab.h"

View File

@@ -8,7 +8,6 @@
#include <assert.h>
#include <string.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <inttypes.h>

View File

@@ -8,7 +8,6 @@
/// Functions for Ex command line for the +eval feature.
#include <assert.h>
#include <stdbool.h>
#include <stdint.h>
#include <inttypes.h>
#include <limits.h>

View File

@@ -46,7 +46,6 @@
#include <assert.h>
#include <string.h>
#include <stdbool.h>
#include <stdint.h>
#include <inttypes.h>
#include <limits.h>

View File

@@ -8,7 +8,6 @@
#include <assert.h>
#include <string.h>
#include <inttypes.h>
#include <stdint.h>
#include "nvim/vim.h"
#include "nvim/ascii.h"

View File

@@ -3,7 +3,6 @@
#include <assert.h>
#include <inttypes.h>
#include <stdint.h>
#include "nvim/vim.h"
#include "nvim/ascii.h"

View File

@@ -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()

View File

@@ -1,7 +1,6 @@
// This is an open source non-commercial project. Dear PVS-Studio, please check
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
#include <stdint.h>
#include <stdbool.h>
#include <inttypes.h>

View File

@@ -4,7 +4,6 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <inttypes.h>
#include "nvim/msgpack_rpc/channel.h"

View File

@@ -25,9 +25,7 @@
#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#include <limits.h>

View File

@@ -10,7 +10,6 @@
#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdint.h>
#include <limits.h>
#include "nvim/ascii.h"

View File

@@ -5,7 +5,6 @@
#include <stddef.h>
#include <stdbool.h>
#include <string.h>
#include <stdint.h>
#include <inttypes.h>
#include <errno.h>
#include <assert.h>

View File

@@ -72,7 +72,6 @@
#include <inttypes.h>
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <wctype.h>

View File

@@ -79,7 +79,6 @@
#include <inttypes.h>
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <fcntl.h>