From: Cordell Bloor <cgmb@slerp.xyz>
Date: Fri, 14 Apr 2023 18:50:23 -0600
Subject: fix sample includes

Forwarded: yes
Applied-Upstream: https://github.com/ROCmSoftwarePlatform/rocBLAS/commit/c167a06d4f048b3376a8808da6777dacdc9dba56
---
 clients/samples/example_c_dgeam.c                 | 2 +-
 clients/samples/example_hip_complex_her2.cpp      | 2 +-
 clients/samples/example_sgemm_strided_batched.cpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/clients/samples/example_c_dgeam.c b/clients/samples/example_c_dgeam.c
index 55f41f6..b070bb2 100644
--- a/clients/samples/example_c_dgeam.c
+++ b/clients/samples/example_c_dgeam.c
@@ -23,7 +23,7 @@ THE SOFTWARE.
 #include <assert.h>
 #include <hip/hip_runtime.h>
 #include <math.h>
-#include <rocblas.h>
+#include <rocblas/rocblas.h>
 #include <stdio.h>
 #include <stdlib.h>
 
diff --git a/clients/samples/example_hip_complex_her2.cpp b/clients/samples/example_hip_complex_her2.cpp
index ffc1e70..abc8c9c 100644
--- a/clients/samples/example_hip_complex_her2.cpp
+++ b/clients/samples/example_hip_complex_her2.cpp
@@ -29,7 +29,7 @@
 #include <vector>
 
 #define ROCM_MATHLIBS_API_USE_HIP_COMPLEX
-#include <rocblas.h>
+#include <rocblas/rocblas.h>
 
 #ifndef CHECK_HIP_ERROR
 #define CHECK_HIP_ERROR(error)                    \
diff --git a/clients/samples/example_sgemm_strided_batched.cpp b/clients/samples/example_sgemm_strided_batched.cpp
index d8ca06a..13793fa 100644
--- a/clients/samples/example_sgemm_strided_batched.cpp
+++ b/clients/samples/example_sgemm_strided_batched.cpp
@@ -20,7 +20,7 @@
  *
  * ************************************************************************ */
 
-#include "rocblas.h"
+#include <rocblas/rocblas.h>
 #include <cstdio>
 #include <cstdlib>
 #include <cstring>
