mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user