refactor/single-include: ui.h, ui_bridge.h, ugrid.h (#6571)

This commit is contained in:
relnod 2017-04-22 16:55:28 +02:00 committed by Justin M. Keyes
parent e41c044b53
commit 1e83add288
2 changed files with 1 additions and 3 deletions

View File

@ -448,9 +448,6 @@ set(NO_SINGLE_CHECK_HEADERS
tag.h
terminal.h
tui/tui.h
ugrid.h
ui.h
ui_bridge.h
undo.h
undo_defs.h
)

View File

@ -6,6 +6,7 @@
#include <stdint.h>
#include "api/private/defs.h"
#include "nvim/buffer_defs.h"
typedef struct {
bool bold, underline, undercurl, italic, reverse;