From cde20fd476a2563bac54bb135fad0dd5e03112db Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Sun, 23 Feb 2014 19:16:15 -0600 Subject: ruby: remove few not required #includes --- src/mem/ruby/common/NetDest.hh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/mem/ruby/common/NetDest.hh') diff --git a/src/mem/ruby/common/NetDest.hh b/src/mem/ruby/common/NetDest.hh index 0e113c269..f982b7c38 100644 --- a/src/mem/ruby/common/NetDest.hh +++ b/src/mem/ruby/common/NetDest.hh @@ -37,9 +37,6 @@ #include #include -#include "debug/RubyMemory.hh" -#include "mem/protocol/MachineType.hh" -#include "mem/ruby/common/Global.hh" #include "mem/ruby/common/Set.hh" #include "mem/ruby/system/MachineID.hh" @@ -111,11 +108,7 @@ class NetDest return vec_index; } - NodeID - bitIndex(NodeID index) const - { - return index; - } + NodeID bitIndex(NodeID index) const { return index; } std::vector m_bits; // a vector of bit vectors - i.e. Sets }; @@ -129,4 +122,3 @@ operator<<(std::ostream& out, const NetDest& obj) } #endif // __MEM_RUBY_COMMON_NETDEST_HH__ - -- cgit v1.2.3