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:
Andreas Sandberg
2018-04-26 18:11:43 +01:00
parent 293f1eb503
commit dce0cba994
12 changed files with 0 additions and 12 deletions

View File

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

View File

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

View File

@@ -47,7 +47,6 @@
#include "base/random.hh"
#include "base/trace.hh"
#include "debug/TrafficGen.hh"
#include "proto/packet.pb.h"
PacketPtr
DramGen::getNextPacket()

View File

@@ -52,7 +52,6 @@
#include "base/bitfield.hh"
#include "base/intmath.hh"
#include "mem/packet.hh"
#include "proto/protoio.hh"
#include "random_gen.hh"
/**

View File

@@ -47,7 +47,6 @@
#include "base/random.hh"
#include "base/trace.hh"
#include "debug/TrafficGen.hh"
#include "proto/packet.pb.h"
PacketPtr
DramRotGen::getNextPacket()

View File

@@ -53,7 +53,6 @@
#include "base/intmath.hh"
#include "dram_gen.hh"
#include "mem/packet.hh"
#include "proto/protoio.hh"
class DramRotGen : public DramGen
{

View File

@@ -47,7 +47,6 @@
#include "base/random.hh"
#include "base/trace.hh"
#include "debug/TrafficGen.hh"
#include "proto/packet.pb.h"
void
IdleGen::enter() { }

View File

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

View File

@@ -47,7 +47,6 @@
#include "base/random.hh"
#include "base/trace.hh"
#include "debug/TrafficGen.hh"
#include "proto/packet.pb.h"
void
LinearGen::enter()

View File

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

View File

@@ -47,7 +47,6 @@
#include "base/random.hh"
#include "base/trace.hh"
#include "debug/TrafficGen.hh"
#include "proto/packet.pb.h"
void
RandomGen::enter()

View File

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