Message ID | 20191002192454.23510-1-tromey@adacore.com |
---|---|
State | New |
Headers | show |
>>>>> "Tom" == Tom Tromey <tromey@adacore.com> writes:
Tom> I noticed that windows-nat.c includes buildsym-legacy.h -- but there's
Tom> no reason to do so, as windows-nat.c doesn't create any symbols.
Tom> gdb/ChangeLog
Tom> 2019-10-02 Tom Tromey <tromey@adacore.com>
Tom> * windows-nat.c: Don't include buildsym-legacy.h.
I'm checking this in.
Tom
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 26030e0a928..d73e68a4a6d 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -44,7 +44,6 @@ #endif #include <algorithm> -#include "buildsym-legacy.h" #include "filenames.h" #include "symfile.h" #include "objfiles.h"