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/blockframe.c | |
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/blockframe.c')
-rw-r--r-- | gdb/blockframe.c | 1 |
1 files changed, 0 insertions, 1 deletions
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. |