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

@@ -28,10 +28,11 @@
* Authors: Kevin Lim
*/
#include "cpu/pred/2bit_local.hh"
#include "base/intmath.hh"
#include "base/misc.hh"
#include "base/trace.hh"
#include "cpu/pred/2bit_local.hh"
#include "debug/Fetch.hh"
LocalBP::LocalBP(const LocalBPParams *params)

View File

@@ -32,9 +32,10 @@
* Implementation of a bi-mode branch predictor
*/
#include "cpu/pred/bi_mode.hh"
#include "base/bitfield.hh"
#include "base/intmath.hh"
#include "cpu/pred/bi_mode.hh"
BiModeBP::BiModeBP(const BiModeBPParams *params)
: BPredUnit(params),

View File

@@ -28,9 +28,10 @@
* Authors: Kevin Lim
*/
#include "cpu/pred/btb.hh"
#include "base/intmath.hh"
#include "base/trace.hh"
#include "cpu/pred/btb.hh"
#include "debug/Fetch.hh"
DefaultBTB::DefaultBTB(unsigned _numEntries,

View File

@@ -40,9 +40,10 @@
* Authors: Kevin Lim
*/
#include "cpu/pred/tournament.hh"
#include "base/bitfield.hh"
#include "base/intmath.hh"
#include "cpu/pred/tournament.hh"
TournamentBP::TournamentBP(const TournamentBPParams *params)
: BPredUnit(params),