mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
refactor: iwyu (#26062)
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
#include <assert.h>
|
||||
#include <lauxlib.h>
|
||||
#include <lua.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "nvim/base64.h"
|
||||
#include "nvim/lua/base64.h"
|
||||
#include "nvim/memory.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "lua/base64.c.generated.h"
|
||||
#endif
|
||||
|
||||
static int nlua_base64_encode(lua_State *L)
|
||||
{
|
||||
if (lua_gettop(L) < 1) {
|
||||
|
Reference in New Issue
Block a user