aboutsummaryrefslogtreecommitdiff
path: root/gdb/source.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-08-20 16:30:20 +0000
committerDoug Evans <dje@google.com>2013-08-20 16:30:20 +0000
commit0002ad5f4575ad8f85bac2989ce4e1e8b99c905b (patch)
tree4beca77bacb465e9e833fbfd6ff0817186f71ad3 /gdb/source.c
parentdf30244622aff60b2b7a316ae9baa36ef22e5685 (diff)
* blockframe.c: Remove #include "psymtab.h".
* cp-support.c: Ditto. * source.c: Ditto. * stack.c: Ditto.
Diffstat (limited to 'gdb/source.c')
-rw-r--r--gdb/source.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/source.c b/gdb/source.c
index 1748d6672d..e1c498bf18 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