Fix spirv.h include to rely on include paths

This is important when SPIRV-Headers are not checked out to external/
folder and mirrors other places in the code where spirv.h is included.
This commit is contained in:
Arseny Kapoulkine 2018-02-09 17:57:29 -08:00
parent 1d7b1423f9
commit 70bf3514e8

View File

@ -17,12 +17,12 @@
#include <vector>
#include "../../external/spirv-headers/include/spirv/1.2/spirv.h"
#include "constants.h"
#include "def_use_manager.h"
#include "folding_rules.h"
#include "ir_builder.h"
#include "ir_context.h"
#include "spirv/1.2/spirv.h"
namespace spvtools {
namespace opt {