mem: Fix some transitive includes.

Some headers were including base/logging.hh transitively and
accidentally through base/intmath.hh. Make the includes explicit and
direct.

Change-Id: Ie5852abaf32b3fba5001d29b3d0546103ee492b6
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/42503
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Gabe Black
2021-03-07 22:45:16 -08:00
parent 173a7a322c
commit 8d44189476
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <iomanip>
#include "base/intmath.hh"
#include "base/logging.hh"
Histogram::Histogram(int binsize, uint32_t bins)
{

View File

@@ -39,6 +39,7 @@
#include "base/chunk_generator.hh"
#include "base/intmath.hh"
#include "base/logging.hh"
#include "base/trace.hh"
#include "debug/StackDist.hh"