refactor: move StringBuilder to types_defs.h (#33745)

This commit is contained in:
Gregory Anders
2025-05-01 10:06:08 -05:00
committed by GitHub
parent d567f899ef
commit d1fed989f2
8 changed files with 6 additions and 10 deletions

View File

@@ -80,7 +80,6 @@
#include "nvim/state.h"
#include "nvim/statusline.h"
#include "nvim/statusline_defs.h"
#include "nvim/strings.h"
#include "nvim/terminal.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"