Move some internal headers from "include/hip/" to src.

Change-Id: I7041bd5c803d9318979f4a7c1d658445c614691e


[ROCm/clr commit: 403cdf93c3]
This commit is contained in:
Ben Sander
2016-10-15 20:25:20 -05:00
parent 9caa8a9351
commit d6ffcdb9b0
13 changed files with 25 additions and 24 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ THE SOFTWARE.
#include <stack>
#include "hip/hip_runtime.h"
#include "hip/hcc_detail/hip_hcc.h"
#include "hip/hcc_detail/trace_helper.h"
#include "hip_hcc.h"
#include "trace_helper.h"
// Stack of contexts
thread_local std::stack<ihipCtx_t *> tls_ctxStack;