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:
Tony Gutierrez 2016-02-17 11:46:02 -05:00
parent 969babd26f
commit 9a0f1be21f

View file

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