aboutsummaryrefslogtreecommitdiff
path: root/source/spirv_definition.h
diff options
context:
space:
mode:
authorUmar Arshad <umar@arrayfire.com>2016-08-06 13:25:02 -0400
committerDavid Neto <dneto@google.com>2016-08-07 10:11:49 -0400
commitfd965c9e7ebf6c825537f24eb49b46b5e5345d5c (patch)
tree4aaaa9a4a703e2e425df54ade84f9fafe8c02d41 /source/spirv_definition.h
parentffa42994fdcf001c1fe03ad9505dc4aaed7b6069 (diff)
downloadspirv-tools-fd965c9e7ebf6c825537f24eb49b46b5e5345d5c.tar.gz
Remove unnecessary headers
Diffstat (limited to 'source/spirv_definition.h')
-rw-r--r--source/spirv_definition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/spirv_definition.h b/source/spirv_definition.h
index 59f8509f..9cd3f361 100644
--- a/source/spirv_definition.h
+++ b/source/spirv_definition.h
@@ -29,7 +29,7 @@
#include <cstdint>
-#include "spirv-tools/libspirv.h"
+#include "spirv/1.1/spirv.h"
#define spvIsInBitfield(value, bitfield) ((value) == ((value)&bitfield))