Fix build issues in hipCommander sample

- Remove -stdlib=libstdc++ from Makefile
- Removed deleted HIP header file fom includes

Change-Id: Ia189396bee19fc52b679259df56c6c6e2bafb6fe
This commit is contained in:
Maneesh Gupta
2017-04-07 14:51:54 +05:30
parent 6656d33f75
commit 6e565d8469
2 changed files with 0 additions and 4 deletions
@@ -11,7 +11,6 @@
#include <elf.h>
#include <hsa/hsa.h>
#include <hc.hpp>
#include <hip/hcc_detail/hcc_acc.h>
#endif
#include <sys/time.h>