+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.
+
2020-04-13 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
#include <sys/types.h>
#include "gdbsupport/gdb_sys_time.h"
-#include "gdb_select.h"
-#include "observable.h"
+#include "gdbsupport/gdb_select.h"
#include "top.h"
/* Tell create_file_handler what events we are interested in.
#include "maint.h"
#include "gdbsupport/buffer.h"
#include "ser-event.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include "gdbsupport/gdb-sigmask.h"
/* readline include files. */
conventions, et.al. */
#include "defs.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include "top.h"
#include "target.h"
#include "guile-internal.h"
#include "observable.h"
#include <signal.h>
#include <fcntl.h>
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include "inflow.h"
#include "gdbcmd.h"
#include "arch-utils.h"
#include "gdbsupport/scope-exit.h"
#include "gdbsupport/forward-scope-exit.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include <unordered_map>
/* Prototypes for local functions */
#include "serial.h"
#include "event-loop.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include <windows.h>
#include "defs.h"
#include "event-loop.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
/* Wrapper for select. Nothing special needed on POSIX platforms. */
#include "ser-base.h"
#include "event-loop.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include "gdbsupport/gdb_sys_time.h"
#ifdef USE_WIN32API
#include <winsock2.h>
#endif
#include <signal.h>
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include <algorithm>
#ifndef HAVE_SOCKLEN_T
#include <sys/socket.h>
#include "gdbsupport/gdb_sys_time.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include "gdbcmd.h"
#include "gdbsupport/filestuff.h"
#include <termios.h>
#include "filenames.h"
#include "frame.h"
#include "gdbsupport/buffer.h"
-#include "gdb_select.h"
+#include "gdbsupport/gdb_select.h"
#include "gdbsupport/scope-exit.h"
#include "gdbarch.h"
#include "gdbsupport/pathstuff.h"
#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"
+2020-04-13 Tom Tromey <tom@tromey.com>
+
+ * gdb_select.h: Move from ../gdb/.
+
2020-04-13 Tom Tromey <tom@tromey.com>
* config.in, configure: Rebuild.