mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-23 07:20:28 +00:00
Fix header include syntax. (#2882)
This commit is contained in:
parent
248c80b049
commit
08fcf8a4ab
@ -13,13 +13,14 @@
|
||||
// limitations under the License.
|
||||
|
||||
#include "source/opt/function.h"
|
||||
#include "function.h"
|
||||
#include "ir_context.h"
|
||||
|
||||
#include <source/util/bit_vector.h>
|
||||
#include <ostream>
|
||||
#include <sstream>
|
||||
|
||||
#include "function.h"
|
||||
#include "ir_context.h"
|
||||
#include "source/util/bit_vector.h"
|
||||
|
||||
namespace spvtools {
|
||||
namespace opt {
|
||||
|
||||
|
@ -21,12 +21,12 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <source/spirv_optimizer_options.h>
|
||||
#include "source/opt/build_module.h"
|
||||
#include "source/opt/graphics_robust_access_pass.h"
|
||||
#include "source/opt/log.h"
|
||||
#include "source/opt/pass_manager.h"
|
||||
#include "source/opt/passes.h"
|
||||
#include "source/spirv_optimizer_options.h"
|
||||
#include "source/util/make_unique.h"
|
||||
#include "source/util/string_utils.h"
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef SOURCE_UTIL_CLI_CONSUMMER_H_
|
||||
#define SOURCE_UTIL_CLI_CONSUMMER_H_
|
||||
|
||||
#include <include/spirv-tools/libspirv.h>
|
||||
#include "include/spirv-tools/libspirv.h"
|
||||
|
||||
namespace spvtools {
|
||||
namespace utils {
|
||||
|
Loading…
Reference in New Issue
Block a user