style: [patch 3/22] reduce include dependencies in some headers
Used cppclean to help identify useless includes and removed them. This involved erroneously included headers, but also cases where forward declarations could have been used rather than a full include.
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "mem/se_translating_port_proxy.hh"
|
||||
#include "sim/byteswap.hh"
|
||||
|
||||
//This needs to be templated for cases where 32 bit pointers are needed.
|
||||
template<class AddrType>
|
||||
|
||||
Reference in New Issue
Block a user