style: [patch 1/22] use /r/3648/ to reorganize includes
This commit is contained in:
3
src/mem/cache/prefetch/base.cc
vendored
3
src/mem/cache/prefetch/base.cc
vendored
@@ -46,10 +46,11 @@
|
||||
* Hardware Prefetcher Definition.
|
||||
*/
|
||||
|
||||
#include "mem/cache/prefetch/base.hh"
|
||||
|
||||
#include <list>
|
||||
|
||||
#include "base/intmath.hh"
|
||||
#include "mem/cache/prefetch/base.hh"
|
||||
#include "mem/cache/base.hh"
|
||||
#include "sim/system.hh"
|
||||
|
||||
|
||||
3
src/mem/cache/prefetch/queued.cc
vendored
3
src/mem/cache/prefetch/queued.cc
vendored
@@ -37,8 +37,9 @@
|
||||
* Authors: Mitch Hayenga
|
||||
*/
|
||||
|
||||
#include "debug/HWPrefetch.hh"
|
||||
#include "mem/cache/prefetch/queued.hh"
|
||||
|
||||
#include "debug/HWPrefetch.hh"
|
||||
#include "mem/cache/base.hh"
|
||||
|
||||
QueuedPrefetcher::QueuedPrefetcher(const QueuedPrefetcherParams *p)
|
||||
|
||||
3
src/mem/cache/prefetch/stride.cc
vendored
3
src/mem/cache/prefetch/stride.cc
vendored
@@ -46,9 +46,10 @@
|
||||
* Stride Prefetcher template instantiations.
|
||||
*/
|
||||
|
||||
#include "mem/cache/prefetch/stride.hh"
|
||||
|
||||
#include "base/random.hh"
|
||||
#include "debug/HWPrefetch.hh"
|
||||
#include "mem/cache/prefetch/stride.hh"
|
||||
|
||||
StridePrefetcher::StridePrefetcher(const StridePrefetcherParams *p)
|
||||
: QueuedPrefetcher(p),
|
||||
|
||||
Reference in New Issue
Block a user