style: [patch 1/22] use /r/3648/ to reorganize includes

This commit is contained in:
Brandon Potter
2016-11-09 14:27:37 -06:00
parent 63bb17e4bd
commit 7a8dda49a4
353 changed files with 700 additions and 383 deletions

View File

@@ -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"

View File

@@ -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)

View File

@@ -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),