diff options
author | Doug Evans <dje@google.com> | 2013-08-20 16:30:20 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-08-20 16:30:20 +0000 |
commit | 0002ad5f4575ad8f85bac2989ce4e1e8b99c905b (patch) | |
tree | 4beca77bacb465e9e833fbfd6ff0817186f71ad3 /gdb | |
parent | df30244622aff60b2b7a316ae9baa36ef22e5685 (diff) | |
download | gdb-0002ad5f4575ad8f85bac2989ce4e1e8b99c905b.zip gdb-0002ad5f4575ad8f85bac2989ce4e1e8b99c905b.tar.gz gdb-0002ad5f4575ad8f85bac2989ce4e1e8b99c905b.tar.bz2 |
* blockframe.c: Remove #include "psymtab.h".
* cp-support.c: Ditto.
* source.c: Ditto.
* stack.c: Ditto.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/blockframe.c | 1 | ||||
-rw-r--r-- | gdb/cp-support.c | 2 | ||||
-rw-r--r-- | gdb/source.c | 3 | ||||
-rw-r--r-- | gdb/stack.c | 1 |
5 files changed, 7 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2e0109e..4849887 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2013-08-20 Doug Evans <dje@google.com> + + * blockframe.c: Remove #include "psymtab.h". + * cp-support.c: Ditto. + * source.c: Ditto. + * stack.c: Ditto. + 2013-08-20 Tom Tromey <tromey@redhat.com> PR python/15816: diff --git a/gdb/blockframe.c b/gdb/blockframe.c index 40e6c27..2cf54c3 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -35,7 +35,6 @@ #include "gdbcmd.h" #include "block.h" #include "inline-frame.h" -#include "psymtab.h" /* Return the innermost lexical block in execution in a specified stack frame. The frame address is assumed valid. diff --git a/gdb/cp-support.c b/gdb/cp-support.c index 3c1442d..86f19de 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -38,8 +38,6 @@ #include "safe-ctype.h" -#include "psymtab.h" - #define d_left(dc) (dc)->u.s_binary.left #define d_right(dc) (dc)->u.s_binary.right diff --git a/gdb/source.c b/gdb/source.c index 1748d66..e1c498b 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -45,9 +45,6 @@ #include "ui-out.h" #include "readline/readline.h" -#include "psymtab.h" - - #define OPEN_MODE (O_RDONLY | O_BINARY) #define FDOPEN_MODE FOPEN_RB diff --git a/gdb/stack.c b/gdb/stack.c index 86932f8..16a03eb 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -52,7 +52,6 @@ #include <ctype.h> #include "gdb_string.h" -#include "psymtab.h" #include "symfile.h" #include "python/python.h" |