From 84b36e38c3a40db1b103302f040b76fbd85ea58b Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 1 May 2020 08:50:33 -0400 Subject: [PATCH] Don't use relative include path The header base path is already in the include set. Change-Id: Id83abaa921d720ae103e3281161b875fcf84493d [ROCm/hip commit: bb6922b8a333a7a1400243d098bfbcb44b22fcc5] --- projects/hip/lpl_ca/lpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/lpl_ca/lpl.hpp b/projects/hip/lpl_ca/lpl.hpp index 941f30123a..84a6930753 100644 --- a/projects/hip/lpl_ca/lpl.hpp +++ b/projects/hip/lpl_ca/lpl.hpp @@ -4,7 +4,7 @@ #include "clara/clara.hpp" #include "pstreams/pstream.h" -#include "../include/hip/hcc_detail/elfio/elfio.hpp" +#include "hip/hcc_detail/elfio/elfio.hpp" #include