summaryrefslogtreecommitdiff
path: root/gdb/source.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-08-20 16:30:19 +0000
committerDoug Evans <dje@google.com>2013-08-20 16:30:19 +0000
commit5dcbe80dfa25db6ff69561e4c13213d555fa5870 (patch)
tree1a62c0bc3a64480a78d93b9d6c7e9568c5907055 /gdb/source.c
parent356f33e36a0c597769f03dc2ce7b6e5953cab85c (diff)
downloadgdb-5dcbe80dfa25db6ff69561e4c13213d555fa5870.tar.gz
* 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 1748d6672df..e1c498bf18f 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