From: Tony Gutierrez Date: Wed, 17 Feb 2016 16:46:02 +0000 (-0500) Subject: gpu-compute: remove brig_object.hh from hsa_object.cc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a0f1be21fe5fc36d379387134498a76aaf88031;p=gem5.git gpu-compute: remove brig_object.hh from hsa_object.cc brig_object.hh is specific to the HSAIL ISA, and hence should not be included in ISA-agnostic code. --- diff --git a/src/gpu-compute/hsa_object.cc b/src/gpu-compute/hsa_object.cc index 91dfb160e..e74a45454 100644 --- a/src/gpu-compute/hsa_object.cc +++ b/src/gpu-compute/hsa_object.cc @@ -35,9 +35,10 @@ #include "gpu-compute/hsa_object.hh" +#include #include -#include "gpu-compute/brig_object.hh" +#include "base/misc.hh" HsaObject::HsaObject(const std::string &fname) : readonlyData(nullptr), filename(fname)