* blockframe.c: Remove #include "psymtab.h".
authorDoug Evans <dje@google.com>
Tue, 20 Aug 2013 16:30:20 +0000 (16:30 +0000)
committerDoug Evans <dje@google.com>
Tue, 20 Aug 2013 16:30:20 +0000 (16:30 +0000)
* cp-support.c: Ditto.
* source.c: Ditto.
* stack.c: Ditto.

gdb/ChangeLog
gdb/blockframe.c
gdb/cp-support.c
gdb/source.c
gdb/stack.c

index 2e0109e36bc5f3c2e6bfbde5270abb12e76a6b20..4849887e0d6dae8ef4806a0ce8da84a1864a289a 100644 (file)
@@ -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:
index 40e6c27b40939e5e8bf22fd9fbe9d0d97c74ae9f..2cf54c3a0cf6f1738f8070ce49357949b3ea1318 100644 (file)
@@ -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.
index 3c1442d15e6be30722124591b46a6f956e41b061..86f19deac606add74879b22da45e6a8744681f5c 100644 (file)
@@ -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
 
index 1748d6672df35d54a947f9fa305f5ddf85232c31..e1c498bf18f7f025f286d57622072352ae1ccd37 100644 (file)
@@ -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
 
index 86932f8e7b746eb1fa6851202fc4d2ddd66e3c65..16a03eb1e3fcbb6037063fe57a88740c9e5c6b2f 100644 (file)
@@ -52,7 +52,6 @@
 #include <ctype.h>
 #include "gdb_string.h"
 
-#include "psymtab.h"
 #include "symfile.h"
 #include "python/python.h"