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/guile/guile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/guile/guile.c') diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index 887b7fa..b45081f 100644 --- a/gdb/guile/guile.c +++ b/gdb/guile/guile.c @@ -28,6 +28,7 @@ #include "command.h" #include "gdbcmd.h" #include "top.h" +#include "ui.h" #include "extension-priv.h" #include "utils.h" #include "gdbsupport/version.h" -- cgit v1.1