diff options
Diffstat (limited to 'gdb/guile')
-rw-r--r-- | gdb/guile/guile.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-arch.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-auto-load.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-block.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-breakpoint.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-cmd.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-disasm.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-exception.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-frame.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-gsmob.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-iterator.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-lazy-string.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-math.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-objfile.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-param.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-ports.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-pretty-print.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-progspace.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-safe-call.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-string.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-symbol.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-symtab.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-type.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-utils.c | 1 | ||||
-rw-r--r-- | gdb/guile/scm-value.c | 1 |
25 files changed, 0 insertions, 25 deletions
diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index f0db709..f540659 100644 --- a/gdb/guile/guile.c +++ b/gdb/guile/guile.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "breakpoint.h" #include "cli/cli-cmds.h" #include "cli/cli-script.h" diff --git a/gdb/guile/scm-arch.c b/gdb/guile/scm-arch.c index eaa2e5e..02adad0 100644 --- a/gdb/guile/scm-arch.c +++ b/gdb/guile/scm-arch.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "charset.h" #include "gdbarch.h" #include "arch-utils.h" diff --git a/gdb/guile/scm-auto-load.c b/gdb/guile/scm-auto-load.c index 1ffa960..90c4eed 100644 --- a/gdb/guile/scm-auto-load.c +++ b/gdb/guile/scm-auto-load.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "top.h" #include "gdbcmd.h" #include "objfiles.h" diff --git a/gdb/guile/scm-block.c b/gdb/guile/scm-block.c index 44097a6..4ca4311 100644 --- a/gdb/guile/scm-block.c +++ b/gdb/guile/scm-block.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "block.h" #include "dictionary.h" #include "objfiles.h" diff --git a/gdb/guile/scm-breakpoint.c b/gdb/guile/scm-breakpoint.c index 88b6603..a32862b 100644 --- a/gdb/guile/scm-breakpoint.c +++ b/gdb/guile/scm-breakpoint.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "value.h" #include "breakpoint.h" #include "gdbcmd.h" diff --git a/gdb/guile/scm-cmd.c b/gdb/guile/scm-cmd.c index d70d489..d75d2b6 100644 --- a/gdb/guile/scm-cmd.c +++ b/gdb/guile/scm-cmd.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include <ctype.h> #include "charset.h" #include "gdbcmd.h" diff --git a/gdb/guile/scm-disasm.c b/gdb/guile/scm-disasm.c index 5266faa..0c7c4ec 100644 --- a/gdb/guile/scm-disasm.c +++ b/gdb/guile/scm-disasm.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "arch-utils.h" #include "disasm.h" #include "dis-asm.h" diff --git a/gdb/guile/scm-exception.c b/gdb/guile/scm-exception.c index de17c089d..61007de 100644 --- a/gdb/guile/scm-exception.c +++ b/gdb/guile/scm-exception.c @@ -28,7 +28,6 @@ The non-static functions in this file have prefix gdbscm_ and not exscm_ on purpose. */ -#include "defs.h" #include <signal.h> #include "guile-internal.h" diff --git a/gdb/guile/scm-frame.c b/gdb/guile/scm-frame.c index b133e8d..c94fcfe 100644 --- a/gdb/guile/scm-frame.c +++ b/gdb/guile/scm-frame.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "block.h" #include "frame.h" #include "inferior.h" diff --git a/gdb/guile/scm-gsmob.c b/gdb/guile/scm-gsmob.c index 40871e9..b3efad2 100644 --- a/gdb/guile/scm-gsmob.c +++ b/gdb/guile/scm-gsmob.c @@ -41,7 +41,6 @@ seeing if it's already in the table. Eqable gsmobs can also be used where lifetime-tracking is required. */ -#include "defs.h" #include "hashtab.h" #include "objfiles.h" #include "guile-internal.h" diff --git a/gdb/guile/scm-iterator.c b/gdb/guile/scm-iterator.c index 035aa8b..f4d5344 100644 --- a/gdb/guile/scm-iterator.c +++ b/gdb/guile/scm-iterator.c @@ -50,7 +50,6 @@ There is SRFI 41, Streams. We might support that too eventually (not with this interface of course). */ -#include "defs.h" #include "guile-internal.h" /* A smob for iterating over something. diff --git a/gdb/guile/scm-lazy-string.c b/gdb/guile/scm-lazy-string.c index 30f5a0d..94032ae 100644 --- a/gdb/guile/scm-lazy-string.c +++ b/gdb/guile/scm-lazy-string.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "charset.h" #include "value.h" #include "valprint.h" diff --git a/gdb/guile/scm-math.c b/gdb/guile/scm-math.c index b09a0ff..7a4a703 100644 --- a/gdb/guile/scm-math.c +++ b/gdb/guile/scm-math.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "arch-utils.h" #include "charset.h" #include "cp-abi.h" diff --git a/gdb/guile/scm-objfile.c b/gdb/guile/scm-objfile.c index 5db4bd2..bccf6ba 100644 --- a/gdb/guile/scm-objfile.c +++ b/gdb/guile/scm-objfile.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "objfiles.h" #include "language.h" #include "guile-internal.h" diff --git a/gdb/guile/scm-param.c b/gdb/guile/scm-param.c index b26e66e..018bd14 100644 --- a/gdb/guile/scm-param.c +++ b/gdb/guile/scm-param.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "value.h" #include "charset.h" #include "gdbcmd.h" diff --git a/gdb/guile/scm-ports.c b/gdb/guile/scm-ports.c index 3b58fff..ab78b5c 100644 --- a/gdb/guile/scm-ports.c +++ b/gdb/guile/scm-ports.c @@ -21,7 +21,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "gdbsupport/gdb_select.h" #include "ui.h" #include "target.h" diff --git a/gdb/guile/scm-pretty-print.c b/gdb/guile/scm-pretty-print.c index 068fadb..99fa243 100644 --- a/gdb/guile/scm-pretty-print.c +++ b/gdb/guile/scm-pretty-print.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "top.h" #include "charset.h" #include "symtab.h" diff --git a/gdb/guile/scm-progspace.c b/gdb/guile/scm-progspace.c index 216985e..fcdcca2 100644 --- a/gdb/guile/scm-progspace.c +++ b/gdb/guile/scm-progspace.c @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "defs.h" #include "charset.h" #include "progspace.h" #include "objfiles.h" diff --git a/gdb/guile/scm-safe-call.c b/gdb/guile/scm-safe-call.c index 1c5b9fa..bc0a1e6 100644 --- a/gdb/guile/scm-safe-call.c +++ b/gdb/guile/scm-safe-call.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "filenames.h" #include "guile-internal.h" #include "gdbsupport/pathstuff.h" diff --git a/gdb/guile/scm-string.c b/gdb/guile/scm-string.c index 134445d..a249bcc 100644 --- a/gdb/guile/scm-string.c +++ b/gdb/guile/scm-string.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "charset.h" #include "guile-internal.h" #include "gdbsupport/buildargv.h" diff --git a/gdb/guile/scm-symbol.c b/gdb/guile/scm-symbol.c index 860ed52..368a598 100644 --- a/gdb/guile/scm-symbol.c +++ b/gdb/guile/scm-symbol.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "block.h" #include "frame.h" #include "symtab.h" diff --git a/gdb/guile/scm-symtab.c b/gdb/guile/scm-symtab.c index 9a34a5d..2fd4b03 100644 --- a/gdb/guile/scm-symtab.c +++ b/gdb/guile/scm-symtab.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "symtab.h" #include "source.h" #include "objfiles.h" diff --git a/gdb/guile/scm-type.c b/gdb/guile/scm-type.c index 67b8179..19324a6 100644 --- a/gdb/guile/scm-type.c +++ b/gdb/guile/scm-type.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "top.h" #include "arch-utils.h" #include "value.h" diff --git a/gdb/guile/scm-utils.c b/gdb/guile/scm-utils.c index 1cacafd..45f42ba 100644 --- a/gdb/guile/scm-utils.c +++ b/gdb/guile/scm-utils.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "guile-internal.h" /* Define VARIABLES in the gdb module. */ diff --git a/gdb/guile/scm-value.c b/gdb/guile/scm-value.c index f8b3eea..a7b2170 100644 --- a/gdb/guile/scm-value.c +++ b/gdb/guile/scm-value.c @@ -20,7 +20,6 @@ /* See README file in this directory for implementation notes, coding conventions, et.al. */ -#include "defs.h" #include "top.h" #include "arch-utils.h" #include "charset.h" |