misc: Fix some includes
Fix some missing and extra includes around the codebase. Change-Id: Ibf314b43a966943a8096958f68382e1e245f29e3 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38738 Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Daniel Carvalho
parent
f213abb63a
commit
3a8df68388
@@ -45,6 +45,7 @@
|
||||
#include "debug/PS2.hh"
|
||||
#include "dev/ps2/types.hh"
|
||||
#include "params/PS2Device.hh"
|
||||
#include "sim/serialize.hh"
|
||||
|
||||
PS2Device::PS2Device(const PS2DeviceParams &p)
|
||||
: SimObject(p)
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
#include "debug/PS2.hh"
|
||||
#include "dev/ps2/types.hh"
|
||||
#include "params/PS2Mouse.hh"
|
||||
#include "sim/serialize.hh"
|
||||
|
||||
PS2Mouse::PS2Mouse(const PS2MouseParams &p)
|
||||
: PS2Device(p),
|
||||
|
||||
Reference in New Issue
Block a user