samples: Updated to use new hip include path

Change-Id: I53a1385a17f13a997ea21d14315f15a3ad851dab


[ROCm/hip-tests commit: 937c0389cb]
이 커밋은 다음에 포함됨:
Maneesh Gupta
2016-10-04 22:21:10 +05:30
부모 901de16c3a
커밋 c0b972508a
14개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
+2 -2
파일 보기
@@ -17,8 +17,8 @@ OUT OF OR INN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#include<hip_runtime.h>
#include<hip_runtime_api.h>
#include "hip/hip_runtime.h"
#include "hip/hip_runtime_api.h"
#include<iostream>
#include<fstream>
#include<vector>