mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
move assert.h include out of vim.h
This commit is contained in:

committed by
Nicolas Hillegeer

parent
8cc8164e52
commit
e69cfa6c15
@@ -88,6 +88,7 @@ output = io.open(outputf, 'wb')
|
||||
output:write([[
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
#include <msgpack.h>
|
||||
|
||||
#include "nvim/os/msgpack_rpc.h"
|
||||
|
Reference in New Issue
Block a user