cpu: Remove reduntant protobuf includes
Change-Id: Ic34b94b3a2ea951bc023cfce2d09ce304a602e41 Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-on: https://gem5-review.googlesource.com/11512 Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
#include "base/random.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/TrafficGen.hh"
|
||||
#include "proto/packet.pb.h"
|
||||
|
||||
BaseGen::BaseGen(const std::string& _name, MasterID master_id, Tick _duration)
|
||||
: _name(_name), masterID(master_id), duration(_duration)
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
#include "base/bitfield.hh"
|
||||
#include "base/intmath.hh"
|
||||
#include "mem/packet.hh"
|
||||
#include "proto/protoio.hh"
|
||||
|
||||
/**
|
||||
* Base class for all generators, with the shared functionality and
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
#include "base/random.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/TrafficGen.hh"
|
||||
#include "proto/packet.pb.h"
|
||||
|
||||
PacketPtr
|
||||
DramGen::getNextPacket()
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
#include "base/bitfield.hh"
|
||||
#include "base/intmath.hh"
|
||||
#include "mem/packet.hh"
|
||||
#include "proto/protoio.hh"
|
||||
#include "random_gen.hh"
|
||||
|
||||
/**
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
#include "base/random.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/TrafficGen.hh"
|
||||
#include "proto/packet.pb.h"
|
||||
|
||||
PacketPtr
|
||||
DramRotGen::getNextPacket()
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
#include "base/intmath.hh"
|
||||
#include "dram_gen.hh"
|
||||
#include "mem/packet.hh"
|
||||
#include "proto/protoio.hh"
|
||||
|
||||
class DramRotGen : public DramGen
|
||||
{
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
#include "base/random.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/TrafficGen.hh"
|
||||
#include "proto/packet.pb.h"
|
||||
|
||||
void
|
||||
IdleGen::enter() { }
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
#include "base/intmath.hh"
|
||||
#include "base_gen.hh"
|
||||
#include "mem/packet.hh"
|
||||
#include "proto/protoio.hh"
|
||||
|
||||
/**
|
||||
* The idle generator does nothing.
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
#include "base/random.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/TrafficGen.hh"
|
||||
#include "proto/packet.pb.h"
|
||||
|
||||
void
|
||||
LinearGen::enter()
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
#include "base/intmath.hh"
|
||||
#include "base_gen.hh"
|
||||
#include "mem/packet.hh"
|
||||
#include "proto/protoio.hh"
|
||||
|
||||
/**
|
||||
* The linear generator generates sequential requests from a
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
#include "base/random.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "debug/TrafficGen.hh"
|
||||
#include "proto/packet.pb.h"
|
||||
|
||||
void
|
||||
RandomGen::enter()
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
#include "base/intmath.hh"
|
||||
#include "base_gen.hh"
|
||||
#include "mem/packet.hh"
|
||||
#include "proto/protoio.hh"
|
||||
|
||||
/**
|
||||
* The random generator is similar to the linear one, but does
|
||||
|
||||
Reference in New Issue
Block a user