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/linux_system.hh | |
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/linux_system.hh')
-rw-r--r-- | kern/linux/linux_system.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kern/linux/linux_system.hh b/kern/linux/linux_system.hh index f870b7744..32b92f310 100644 --- a/kern/linux/linux_system.hh +++ b/kern/linux/linux_system.hh @@ -29,10 +29,6 @@ #ifndef __KERN_LINUX_LINUX_SYSTEM_HH__ #define __KERN_LINUX_LINUX_SYSTEM_HH__ -#include "sim/host.hh" -#include "sim/system.hh" -#include "targetarch/isa_traits.hh" - /** * MAGIC address where the kernel arguments should go. Defined as * PARAM in linux kernel alpha-asm. |