diff options
author | Benjamin Nash <benash@umich.edu> | 2005-06-30 16:18:07 -0400 |
---|---|---|
committer | Benjamin Nash <benash@umich.edu> | 2005-06-30 16:18:07 -0400 |
commit | 6cf1740bf5be924a58178a6d53500110e068b656 (patch) | |
tree | 030549c5a3431c7346ebee0381bc9108713d3ed9 /kern/linux/printk.cc | |
parent | e563acd5c6ab65945d42b19f26e44cb2a7806c5d (diff) | |
download | gem5-6cf1740bf5be924a58178a6d53500110e068b656.tar.xz |
Remove #include statments in various files within kern/
kern/freebsd/freebsd_system.cc:
kern/freebsd/freebsd_system.hh:
kern/kernel_stats.cc:
kern/kernel_stats.hh:
kern/linux/aligned.hh:
kern/linux/linux_system.cc:
kern/linux/linux_system.hh:
kern/linux/linux_threadinfo.hh:
kern/linux/printk.cc:
kern/linux/sched.hh:
kern/linux/thread_info.hh:
kern/system_events.cc:
kern/system_events.hh:
Remove unecessary #include statements.
--HG--
extra : convert_revision : 7e32d3b096fc92708ea45db9b172bada906024cd
Diffstat (limited to 'kern/linux/printk.cc')
-rw-r--r-- | kern/linux/printk.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kern/linux/printk.cc b/kern/linux/printk.cc index cafc9172a..fbc8bdad1 100644 --- a/kern/linux/printk.cc +++ b/kern/linux/printk.cc @@ -29,12 +29,8 @@ #include <sys/types.h> #include <algorithm> -#include "base/cprintf.hh" #include "base/trace.hh" -#include "sim/host.hh" #include "targetarch/arguments.hh" -#include "targetarch/vtophys.hh" -#include "kern/linux/printk.hh" using namespace std; |