mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stddef.h> // IWYU pragma: keep
|
||||
#include <stdint.h>
|
||||
|
||||
#include "nvim/types.h"
|
||||
|
||||
#define SHA256_BUFFER_SIZE 64
|
||||
#define SHA256_SUM_SIZE 32
|
||||
|
||||
|
Reference in New Issue
Block a user