From 268f4c4cd7b229f7f23ebbf6006973ebe0a05888 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 30 Mar 2019 11:29:17 -0600 Subject: the patch --- gdb/utils.c | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'gdb/utils.c') diff --git a/gdb/utils.c b/gdb/utils.c index 840779a6307..cd90c6e181c 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -18,16 +18,25 @@ along with this program. If not, see . */ #include "defs.h" +#include "utils.h" + +/* Standard C includes. */ #include -#include "common/gdb_wait.h" -#include "event-top.h" -#include "gdbthread.h" -#include "fnmatch.h" -#include "gdb_bfd.h" #ifdef HAVE_SYS_RESOURCE_H #include #endif /* HAVE_SYS_RESOURCE_H */ +/* Local non-gdb includes. */ +#include "fnmatch.h" + +/* Local subdirectory includes. */ +#include "common/gdb_wait.h" + +/* Local includes. */ +#include "event-top.h" +#include "gdb_bfd.h" +#include "gdbthread.h" + #ifdef TUI #include "tui/tui.h" /* For tui_get_command_dimension. */ #endif -- cgit v1.2.1