diff options
author | Doug Evans <dje@google.com> | 2010-04-06 16:51:18 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-04-06 16:51:18 +0000 |
commit | 4cc23edeb96576c3bea1a99c32cb9c83c471ac17 (patch) | |
tree | 2a659d4112baafca3b8190c0b0f65fefe7da1d61 /gdb/main.c | |
parent | bd32c6bd4c59f5e3bd53bcd61c3b6cd54302ac95 (diff) | |
download | gdb-4cc23edeb96576c3bea1a99c32cb9c83c471ac17.zip gdb-4cc23edeb96576c3bea1a99c32cb9c83c471ac17.tar.gz gdb-4cc23edeb96576c3bea1a99c32cb9c83c471ac17.tar.bz2 |
* top.h (source_script, cd_command): Delete.
* main.c: #include "cli/cli-cmds.h"
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,8 +39,8 @@ #include "interps.h" #include "main.h" - #include "source.h" +#include "cli/cli-cmds.h" /* If nonzero, display time usage both at startup and for each command. */ |