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.
This commit is contained in:
parent
969babd26f
commit
9a0f1be21f
1 changed files with 2 additions and 1 deletions
|
@ -35,9 +35,10 @@
|
|||
|
||||
#include "gpu-compute/hsa_object.hh"
|
||||
|
||||
#include <cassert>
|
||||
#include <fstream>
|
||||
|
||||
#include "gpu-compute/brig_object.hh"
|
||||
#include "base/misc.hh"
|
||||
|
||||
HsaObject::HsaObject(const std::string &fname)
|
||||
: readonlyData(nullptr), filename(fname)
|
||||
|
|
Loading…
Reference in a new issue