mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
Remove excess <stdint.h>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user