Don't include buildsym-legacy.h in windows-nat.c
authorTom Tromey <tromey@adacore.com>
Wed, 2 Oct 2019 19:24:15 +0000 (13:24 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 8 Oct 2019 17:17:21 +0000 (11:17 -0600)
I noticed that windows-nat.c includes buildsym-legacy.h -- but there's
no reason to do so, as windows-nat.c doesn't create any symbols.

gdb/ChangeLog
2019-10-08  Tom Tromey  <tromey@adacore.com>

* windows-nat.c: Don't include buildsym-legacy.h.

gdb/ChangeLog
gdb/windows-nat.c

index c4c7d5f0f02c6863a63a775e80d29893ccb51d4c..9b09048cf13111826bbb44465025df0210334c68 100644 (file)
@@ -1,3 +1,7 @@
+2019-10-08  Tom Tromey  <tromey@adacore.com>
+
+       * windows-nat.c: Don't include buildsym-legacy.h.
+
 2019-10-08  Tom Tromey  <tromey@adacore.com>
 
        * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
index 26030e0a9285ca947df24f7f8f239afb4bac54f4..d73e68a4a6df7b28ac5508017335451658c68c5b 100644 (file)
@@ -44,7 +44,6 @@
 #endif
 #include <algorithm>
 
-#include "buildsym-legacy.h"
 #include "filenames.h"
 #include "symfile.h"
 #include "objfiles.h"