diff options
Diffstat (limited to 'ddb')
-rw-r--r-- | ddb/db_access.c | 2 | ||||
-rw-r--r-- | ddb/db_aout.c | 2 | ||||
-rw-r--r-- | ddb/db_break.c | 2 | ||||
-rw-r--r-- | ddb/db_command.c | 2 | ||||
-rw-r--r-- | ddb/db_command.h | 2 | ||||
-rw-r--r-- | ddb/db_cond.c | 1 | ||||
-rw-r--r-- | ddb/db_examine.c | 2 | ||||
-rw-r--r-- | ddb/db_expr.c | 2 | ||||
-rw-r--r-- | ddb/db_ext_symtab.c | 3 | ||||
-rw-r--r-- | ddb/db_input.c | 2 | ||||
-rw-r--r-- | ddb/db_lex.c | 2 | ||||
-rw-r--r-- | ddb/db_macro.c | 2 | ||||
-rw-r--r-- | ddb/db_mp.c | 4 | ||||
-rw-r--r-- | ddb/db_output.c | 1 | ||||
-rw-r--r-- | ddb/db_print.c | 1 | ||||
-rw-r--r-- | ddb/db_run.c | 1 | ||||
-rw-r--r-- | ddb/db_sym.c | 1 | ||||
-rw-r--r-- | ddb/db_task_thread.c | 1 | ||||
-rw-r--r-- | ddb/db_trap.c | 1 | ||||
-rw-r--r-- | ddb/db_variables.c | 1 | ||||
-rw-r--r-- | ddb/db_watch.c | 1 | ||||
-rw-r--r-- | ddb/db_watch.h | 1 | ||||
-rw-r--r-- | ddb/db_write_cmd.c | 1 |
23 files changed, 10 insertions, 28 deletions
diff --git a/ddb/db_access.c b/ddb/db_access.c index f2ec068..f06f950 100644 --- a/ddb/db_access.c +++ b/ddb/db_access.c @@ -27,7 +27,7 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB #include <mach/boolean.h> diff --git a/ddb/db_aout.c b/ddb/db_aout.c index 7c2b2ab..c47d37a 100644 --- a/ddb/db_aout.c +++ b/ddb/db_aout.c @@ -27,7 +27,7 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB /* diff --git a/ddb/db_break.c b/ddb/db_break.c index 54339ee..777ad34 100644 --- a/ddb/db_break.c +++ b/ddb/db_break.c @@ -27,7 +27,7 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB diff --git a/ddb/db_command.c b/ddb/db_command.c index 6a42bc4..573c697 100644 --- a/ddb/db_command.c +++ b/ddb/db_command.c @@ -28,13 +28,11 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB /* * Command dispatcher. */ -#include <cpus.h> #include <mach/boolean.h> #include <kern/strings.h> diff --git a/ddb/db_command.h b/ddb/db_command.h index b7324f0..58309b5 100644 --- a/ddb/db_command.h +++ b/ddb/db_command.h @@ -27,7 +27,7 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB /* diff --git a/ddb/db_cond.c b/ddb/db_cond.c index deaa699..cbaf5a4 100644 --- a/ddb/db_cond.c +++ b/ddb/db_cond.c @@ -24,7 +24,6 @@ * the rights to redistribute these changes. */ -#include "mach_kdb.h" #if MACH_KDB #include <machine/db_machdep.h> diff --git a/ddb/db_examine.c b/ddb/db_examine.c index 9e45bd1..0881df7 100644 --- a/ddb/db_examine.c +++ b/ddb/db_examine.c @@ -27,7 +27,7 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB #include <mach/boolean.h> diff --git a/ddb/db_expr.c b/ddb/db_expr.c index 23b4ef8..d10f1bc 100644 --- a/ddb/db_expr.c +++ b/ddb/db_expr.c @@ -27,7 +27,7 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB #include <mach/boolean.h> diff --git a/ddb/db_ext_symtab.c b/ddb/db_ext_symtab.c index 7d85252..2434297 100644 --- a/ddb/db_ext_symtab.c +++ b/ddb/db_ext_symtab.c @@ -24,11 +24,8 @@ * the rights to redistribute these changes. */ -#include "mach_kdb.h" #if MACH_KDB -#include <mach_debug.h> - #if MACH_DEBUG #include <mach/mach_types.h> /* vm_address_t */ diff --git a/ddb/db_input.c b/ddb/db_input.c index f45d4f9..6e8e240 100644 --- a/ddb/db_input.c +++ b/ddb/db_input.c @@ -27,7 +27,7 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB #include <mach/boolean.h> diff --git a/ddb/db_lex.c b/ddb/db_lex.c index 783f4ee..f770eaf 100644 --- a/ddb/db_lex.c +++ b/ddb/db_lex.c @@ -27,7 +27,7 @@ * Author: David B. Golub, Carnegie Mellon University * Date: 7/90 */ -#include "mach_kdb.h" + #if MACH_KDB /* diff --git a/ddb/db_macro.c b/ddb/db_macro.c index 5a7e8c2..e71e83b 100644 --- a/ddb/db_macro.c +++ b/ddb/db_macro.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -#include "mach_kdb.h" + #if MACH_KDB #include <kern/thread.h> diff --git a/ddb/db_mp.c b/ddb/db_mp.c index 3e4f6ed..cc14aea 100644 --- a/ddb/db_mp.c +++ b/ddb/db_mp.c @@ -23,10 +23,8 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ -#include "mach_kdb.h" -#if MACH_KDB -#include <cpus.h> +#if MACH_KDB #if NCPUS > 1 diff --git a/ddb/db_output.c b/ddb/db_output.c index de3b370..daf141d 100644 --- a/ddb/db_output.c +++ b/ddb/db_output.c @@ -28,7 +28,6 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB /* diff --git a/ddb/db_print.c b/ddb/db_print.c index 2dee9cc..5c15d00 100644 --- a/ddb/db_print.c +++ b/ddb/db_print.c @@ -28,7 +28,6 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB /* diff --git a/ddb/db_run.c b/ddb/db_run.c index c6feb24..8769523 100644 --- a/ddb/db_run.c +++ b/ddb/db_run.c @@ -28,7 +28,6 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB /* diff --git a/ddb/db_sym.c b/ddb/db_sym.c index 8641ce1..ab2cd1f 100644 --- a/ddb/db_sym.c +++ b/ddb/db_sym.c @@ -28,7 +28,6 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB #include <mach/std_types.h> diff --git a/ddb/db_task_thread.c b/ddb/db_task_thread.c index 8a62e23..f4dfaf2 100644 --- a/ddb/db_task_thread.c +++ b/ddb/db_task_thread.c @@ -24,7 +24,6 @@ * the rights to redistribute these changes. */ -#include "mach_kdb.h" #if MACH_KDB #include <machine/db_machdep.h> diff --git a/ddb/db_trap.c b/ddb/db_trap.c index 367670b..44b4f4d 100644 --- a/ddb/db_trap.c +++ b/ddb/db_trap.c @@ -28,7 +28,6 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB /* diff --git a/ddb/db_variables.c b/ddb/db_variables.c index 96f2c5c..0f43396 100644 --- a/ddb/db_variables.c +++ b/ddb/db_variables.c @@ -28,7 +28,6 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB #include <machine/db_machdep.h> diff --git a/ddb/db_watch.c b/ddb/db_watch.c index 9585286..22734fa 100644 --- a/ddb/db_watch.c +++ b/ddb/db_watch.c @@ -28,7 +28,6 @@ * Date: 10/90 */ -#include "mach_kdb.h" #if MACH_KDB #include <mach/boolean.h> diff --git a/ddb/db_watch.h b/ddb/db_watch.h index 6e28403..2fb79fa 100644 --- a/ddb/db_watch.h +++ b/ddb/db_watch.h @@ -28,7 +28,6 @@ * Date: 10/90 */ -#include "mach_kdb.h" #if MACH_KDB #ifndef _DDB_DB_WATCH_ diff --git a/ddb/db_write_cmd.c b/ddb/db_write_cmd.c index a8cf272..b10c74c 100644 --- a/ddb/db_write_cmd.c +++ b/ddb/db_write_cmd.c @@ -28,7 +28,6 @@ * Date: 7/90 */ -#include "mach_kdb.h" #if MACH_KDB #include <mach/boolean.h> |