diff --git a/projects/hip/include/hip/hcc_detail/math_functions.h b/projects/hip/include/hip/hcc_detail/math_functions.h index 3072fc1d4e..a9288dc204 100644 --- a/projects/hip/include/hip/hcc_detail/math_functions.h +++ b/projects/hip/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/projects/hip/include/hip/hcc_detail/ocml_math_fwd.h b/projects/hip/include/hip/hcc_detail/math_fwd.h similarity index 100% rename from projects/hip/include/hip/hcc_detail/ocml_math_fwd.h rename to projects/hip/include/hip/hcc_detail/math_fwd.h