diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d557d43137b..9c1ea0b82e0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gdb/compile/compile-cplus-types.c b/gdb/compile/compile-cplus-types.c index 97c4d3c707d..330589c796f 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++. */