Remove explanatory comments from includes

I noticed a comment by an include and remembered that I think these
don't really provide much value -- sometimes they are just editorial,
and sometimes they are obsolete.  I think it's better to just remove
them.  Tested by rebuilding.

Approved-By: Andrew Burgess <aburgess@redhat.com>
This commit is contained in:
Tom Tromey
2023-09-19 20:34:23 -06:00
parent 0b7de6d3ee
commit ef0f16ccf8
93 changed files with 129 additions and 132 deletions

View File

@@ -19,7 +19,7 @@
#include "defs.h"
#include <ctype.h> /* XXX for isupper (). */
#include <ctype.h>
#include "frame.h"
#include "language.h"
@@ -27,7 +27,7 @@
#include "infrun.h"
#include "gdbcmd.h"
#include "gdbcore.h"
#include "dis-asm.h" /* For register styles. */
#include "dis-asm.h"
#include "disasm.h"
#include "regcache.h"
#include "reggroups.h"