aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCUDA/device-stub.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCUDA/device-stub.cu')
-rw-r--r--test/CodeGenCUDA/device-stub.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCUDA/device-stub.cu b/test/CodeGenCUDA/device-stub.cu
index af73ea993f45..ed94d108487c 100644
--- a/test/CodeGenCUDA/device-stub.cu
+++ b/test/CodeGenCUDA/device-stub.cu
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
-#include "../SemaCUDA/cuda.h"
+#include "Inputs/cuda.h"
// Test that we build the correct number of calls to cudaSetupArgument followed
// by a call to cudaLaunch.