From: Steve Reinhardt Date: Sun, 12 Mar 2006 06:05:01 +0000 (-0500) Subject: Get rid of obsolete header that had only one declaration of X-Git-Tag: m5_2.0_beta1~87^2~20 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=918b3f59c2822605e8959fb7195c3da59baaa528;p=gem5.git Get rid of obsolete header that had only one declaration of an obsolete function that doesn't exist. arch/alpha/tru64/process.cc: sim/process.cc: Don't include useless header. --HG-- extra : convert_revision : 1dd5edeb0703e2190b89ea5ff563df4c95b7cf59 --- diff --git a/arch/alpha/tru64/process.cc b/arch/alpha/tru64/process.cc index c3a203587..ae83bb649 100644 --- a/arch/alpha/tru64/process.cc +++ b/arch/alpha/tru64/process.cc @@ -31,7 +31,6 @@ #include "cpu/exec_context.hh" #include "kern/tru64/tru64.hh" #include "mem/functional/functional.hh" -#include "sim/fake_syscall.hh" #include "sim/process.hh" #include "sim/syscall_emul.hh" diff --git a/sim/process.cc b/sim/process.cc index f02ca8bfd..df76e4ddc 100644 --- a/sim/process.cc +++ b/sim/process.cc @@ -44,7 +44,6 @@ #include "encumbered/eio/eio.hh" #include "encumbered/mem/functional/main.hh" #include "sim/builder.hh" -#include "sim/fake_syscall.hh" #include "sim/process.hh" #include "sim/stats.hh" #include "sim/syscall_emul.hh"