From e1e73c5f395504647344d3eaa08a5300591896f8 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 30 May 2013 12:53:57 -0400 Subject: mem: Use unordered set in bus request tracking This patch changes the set used to track outstanding requests to an unordered set (part of C++11 STL). There is no need to maintain the order, and hopefully there might even be a small performance benefit. --- src/mem/bus.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mem/bus.hh') diff --git a/src/mem/bus.hh b/src/mem/bus.hh index 16345537a..7492cf622 100644 --- a/src/mem/bus.hh +++ b/src/mem/bus.hh @@ -52,7 +52,6 @@ #define __MEM_BUS_HH__ #include -#include #include "base/addr_range_map.hh" #include "base/types.hh" -- cgit v1.2.3