diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-02 15:55:01 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-07-17 12:19:24 -0600 |
commit | bfad4537079109d9c41ecd86af9cf84b6825a192 (patch) | |
tree | 91628df92b0a19958668a6b0dd4a1607a8af37c4 /gdb/tui/tui-disasm.c | |
parent | 88f7e873362279462c676b26fee62376dba82b5c (diff) | |
download | gdb-bfad4537079109d9c41ecd86af9cf84b6825a192.zip gdb-bfad4537079109d9c41ecd86af9cf84b6825a192.tar.gz gdb-bfad4537079109d9c41ecd86af9cf84b6825a192.tar.bz2 |
Move tui_source_window to tui-source.h
This moves tui_source_window to tui-source.h. In this case there were
no method definitions to be moved.
gdb/ChangeLog
2019-07-17 Tom Tromey <tom@tromey.com>
* tui/tui.c: Update.
* tui/tui-source.h (struct tui_source_window): Move from
tui-data.h.
* tui/tui-layout.c: Update.
* tui/tui-disasm.c: Update.
* tui/tui-data.h (struct tui_source_window): Move to
tui-source.h.
Diffstat (limited to 'gdb/tui/tui-disasm.c')
-rw-r--r-- | gdb/tui/tui-disasm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/tui/tui-disasm.c b/gdb/tui/tui-disasm.c index a644c28..effe8e7 100644 --- a/gdb/tui/tui-disasm.c +++ b/gdb/tui/tui-disasm.c @@ -35,6 +35,7 @@ #include "tui/tui-stack.h" #include "tui/tui-file.h" #include "tui/tui-disasm.h" +#include "tui/tui-source.h" #include "progspace.h" #include "objfiles.h" |