From 8bfcb22c576905946c4cd593307ab24b97327850 Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Fri, 1 Jun 2018 22:55:33 +0100 Subject: [PATCH] Rename for minimal confusion. --- include/hip/hcc_detail/math_functions.h | 2 +- include/hip/hcc_detail/{ocml_math_fwd.h => math_fwd.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/hip/hcc_detail/{ocml_math_fwd.h => math_fwd.h} (100%) diff --git a/include/hip/hcc_detail/math_functions.h b/include/hip/hcc_detail/math_functions.h index 3072fc1d4e..a9288dc204 100644 --- a/include/hip/hcc_detail/math_functions.h +++ b/include/hip/hcc_detail/math_functions.h @@ -22,7 +22,7 @@ THE SOFTWARE. #pragma once -#include "ocml_math_fwd.h" +#include "math_fwd.h" #include diff --git a/include/hip/hcc_detail/ocml_math_fwd.h b/include/hip/hcc_detail/math_fwd.h similarity index 100% rename from include/hip/hcc_detail/ocml_math_fwd.h rename to include/hip/hcc_detail/math_fwd.h