commit | 923f6c13fc371b7bfce6153e52163be79e9c3382 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Wed Nov 11 12:45:23 2015 -0500 |
committer | David Neto <dneto@google.com> | Thu Nov 12 09:43:01 2015 -0500 |
tree | b352d10cde23d619f0b6690e511a8128126da948 | |
parent | 7a222e4abf61cc73fffee551391ebdbefad38e05 [diff] [blame] |
Use quotation for libspirv.h and sort headers.
diff --git a/source/binary.cpp b/source/binary.cpp index 5e4c732..fb62a85 100644 --- a/source/binary.cpp +++ b/source/binary.cpp
@@ -31,11 +31,11 @@ #include <limits> #include <unordered_map> -#include <libspirv/libspirv.h> #include "assembly_grammar.h" #include "diagnostic.h" #include "endian.h" #include "ext_inst.h" +#include "libspirv/libspirv.h" #include "opcode.h" #include "operand.h"