mirror of
https://github.com/neovim/neovim.git
synced 2025-10-19 16:21:51 +00:00
memory.h: don't include vim.h in header files
Also include stdint.h in khash.h. It was transitively included by vim.h via memory.h before. khash.h accidentally relied on that.
This commit is contained in:
@@ -128,6 +128,7 @@ int main() {
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "nvim/memory.h"
|
||||
|
||||
|
Reference in New Issue
Block a user