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