From 13d03262f25bfbf15e4a5f1d867cca243c7ee3ca Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 28 Apr 2023 14:27:11 -0400 Subject: gdb: move struct ui and related things to ui.{c,h} I'd like to move some things so they become methods on struct ui. But first, I think that struct ui and the related things are big enough to deserve their own file, instead of being scattered through top.{c,h} and event-top.c. Change-Id: I15594269ace61fd76ef80a7b58f51ff3ab6979bc --- gdb/cli-out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli-out.c') diff --git a/gdb/cli-out.c b/gdb/cli-out.c index fdfd0f7..4c59888 100644 --- a/gdb/cli-out.c +++ b/gdb/cli-out.c @@ -26,7 +26,7 @@ #include "completer.h" #include "readline/readline.h" #include "cli/cli-style.h" -#include "top.h" +#include "ui.h" /* These are the CLI output functions */ -- cgit v1.1