mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
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
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
#include "memattr.h"
|
||||
#include "ada-lang.h"
|
||||
#include "top.h"
|
||||
#include "ui.h"
|
||||
#include "valprint.h"
|
||||
#include "jit.h"
|
||||
#include "parser-defs.h"
|
||||
|
||||
Reference in New Issue
Block a user