Remove references to finalizer header.

Change-Id: I6608c95268ab4bc66053d889cf7d5a30cd8fccab
This commit is contained in:
Sean Keely
2020-04-17 20:43:07 -05:00
parent a9470e3563
commit e25ae1263b
22 changed files with 0 additions and 22 deletions
-1
View File
@@ -56,7 +56,6 @@
#include "common/hsatimer.h"
#include "gtest/gtest.h"
#include "hsa/hsa.h"
#include "hsa/hsa_ext_finalize.h"
#define M_ORDER 64
#define M_GET(M, I, J) M[I * M_ORDER + J]