SWDEV-412457 - remove unused header, add correct header for cpp

Change-Id: I2192daec7c033e94097c26db6177e14558a8728d
This commit is contained in:
Jatin Chaudhary
2023-07-20 16:20:53 +01:00
کامیت شده توسط Jatin Jaikishan Chaudhary
والد 2205684f6c
کامیت b67d055eb6
2فایلهای تغییر یافته به همراه11 افزوده شده و 5 حذف شده
@@ -31,6 +31,14 @@ THE SOFTWARE.
#include <hip/amd_detail/amd_hip_common.h>
#if !defined(__HIPCC_RTC__)
#ifdef __cplusplus
#include <cstddef>
#else
#include <stddef.h>
#endif // __cplusplus
#endif // !defined(__HIPCC_RTC__)
#ifdef __cplusplus
extern "C" {
#endif
@@ -71,14 +79,13 @@ size_t amd_dbgapi_get_build_id();
// Top part of file can be compiled with any compiler
#if !defined(__HIPCC_RTC__)
//#include <cstring>
#if __cplusplus
#ifdef __cplusplus
#include <cmath>
#include <cstdint>
#include <tuple>
#else
#include <math.h>
#include <string.h>
#include <stddef.h>
#include <stdint.h>
#endif // __cplusplus
#else
typedef unsigned int uint32_t;