From: Tom Tromey Date: Mon, 21 Jan 2019 20:43:16 +0000 (-0700) Subject: Remove a comment in compile/compile-cplus-types.c X-Git-Tag: gdb-8.3-release~345 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7af7e9b5d8f9dd8f994d59923158d24d77a54bbe;p=platform%2Fupstream%2Fbinutils.git Remove a comment in compile/compile-cplus-types.c The include sorter can't handle multi-line comments on the same line as a #include. This patch removes the only such comment. In general I think these sorts of comments do not provide much value: more often than not, I find that the comment is obsolete in one way or another, and so the include sorter removes them in most cases. gdb/ChangeLog 2019-01-22 Tom Tromey * compile/compile-cplus-types.c: Remove a comment by #include. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d557d43..9c1ea0b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2019-01-22 Tom Tromey + * compile/compile-cplus-types.c: Remove a comment by #include. + +2019-01-22 Tom Tromey + * compile/gcc-c-plugin.h: Include compile-internal.h. 2019-01-22 Tom Tromey diff --git a/gdb/compile/compile-cplus-types.c b/gdb/compile/compile-cplus-types.c index 97c4d3c..330589c 100644 --- a/gdb/compile/compile-cplus-types.c +++ b/gdb/compile/compile-cplus-types.c @@ -32,8 +32,7 @@ #include "block.h" #include "gdbcmd.h" #include "c-lang.h" -#include "compile-c.h" /* Included for c_get_range_decl_name - et al. */ +#include "compile-c.h" #include /* Default compile flags for C++. */