aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-file.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-04-13 12:42:59 -0600
committerTom Tromey <tromey@adacore.com>2020-04-13 14:10:03 -0600
commit06cc9596e8c8e431dcdfe2ce3f494e1431e95d6f (patch)
tree818bbfd82f66ffd6101f11d68f621f0b2fba9364 /gdb/ui-file.c
parent8ae8e197961644c3621591d0ac5738e7efff64da (diff)
downloadbinutils-06cc9596e8c8e431dcdfe2ce3f494e1431e95d6f.zip
binutils-06cc9596e8c8e431dcdfe2ce3f494e1431e95d6f.tar.gz
binutils-06cc9596e8c8e431dcdfe2ce3f494e1431e95d6f.tar.bz2
Move gdb_select.h to gdbsupport/
This moves gdb_select.h to gdbsupport/, so it can be used by other code there. gdb/ChangeLog 2020-04-13 Tom Tromey <tom@tromey.com> * gdb_select.h: Move to ../gdbsupport/. * event-loop.c: Update include path. * top.c: Update include path. * ser-base.c: Update include path. * ui-file.c: Update include path. * ser-tcp.c: Update include path. * guile/scm-ports.c: Update include path. * posix-hdep.c: Update include path. * ser-unix.c: Update include path. * gdb_usleep.c: Update include path. * mingw-hdep.c: Update include path. * inflow.c: Update include path. * infrun.c: Update include path. * event-top.c: Update include path. gdbsupport/ChangeLog 2020-04-13 Tom Tromey <tom@tromey.com> * gdb_select.h: Move from ../gdb/.
Diffstat (limited to 'gdb/ui-file.c')
-rw-r--r--gdb/ui-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-file.c b/gdb/ui-file.c
index f3adbd0..a7b63a4 100644
--- a/gdb/ui-file.c
+++ b/gdb/ui-file.c
@@ -22,7 +22,7 @@
#include "defs.h"
#include "ui-file.h"
#include "gdb_obstack.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include "gdbsupport/filestuff.h"
#include "cli/cli-style.h"