]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cli/cli-cmds.c
Remove explanatory comments from includes
[thirdparty/binutils-gdb.git] / gdb / cli / cli-cmds.c
index b801e210d6e08a7a84758e5593d381c8722ba155..8cadd6371515ce7f9f808eb9cddbceb4050c576f 100644 (file)
 #include "arch-utils.h"
 #include "readline/tilde.h"
 #include "completer.h"
-#include "target.h"    /* For baud_rate, remote_debug and remote_timeout.  */
-#include "gdbsupport/gdb_wait.h"       /* For shell escape implementation.  */
+#include "target.h"
+#include "gdbsupport/gdb_wait.h"
 #include "gdbcmd.h"
-#include "gdbsupport/gdb_regex.h"      /* Used by apropos_command.  */
+#include "gdbsupport/gdb_regex.h"
 #include "gdb_vfork.h"
 #include "linespec.h"
 #include "expression.h"
 #include "frame.h"
 #include "value.h"
 #include "language.h"
-#include "filenames.h" /* For DOSish file names.  */
+#include "filenames.h"
 #include "objfiles.h"
 #include "source.h"
 #include "disasm.h"
@@ -59,7 +59,7 @@
 #include "gdbsupport/gdb_tilde_expand.h"
 
 #ifdef TUI
-#include "tui/tui.h"   /* For tui_active et.al.  */
+#include "tui/tui.h"
 #endif
 
 #include <fcntl.h>