mirror of
https://github.com/neovim/neovim.git
synced 2026-01-31 09:30:53 +10:00
8 lines
135 B
C
8 lines
135 B
C
#pragma once
|
|
|
|
#include <stddef.h> // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "base64.h.generated.h"
|
|
#endif
|