mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-25 21:10:04 +00:00
Fixed include paths and order according to Google style. (#2957)
This commit is contained in:
parent
82f84c4b8f
commit
1cea3b7853
@ -16,23 +16,23 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "source/fuzz/transformation_add_constant_boolean.h"
|
||||
#include "source/fuzz/transformation_add_constant_scalar.h"
|
||||
#include "source/fuzz/transformation_add_dead_break.h"
|
||||
#include "source/fuzz/transformation_add_dead_continue.h"
|
||||
#include "source/fuzz/transformation_add_type_boolean.h"
|
||||
#include "source/fuzz/transformation_add_type_float.h"
|
||||
#include "source/fuzz/transformation_add_type_int.h"
|
||||
#include "source/fuzz/transformation_add_type_pointer.h"
|
||||
#include "source/fuzz/transformation_construct_composite.h"
|
||||
#include "source/fuzz/transformation_copy_object.h"
|
||||
#include "source/fuzz/transformation_move_block_down.h"
|
||||
#include "source/fuzz/transformation_replace_boolean_constant_with_constant_binary.h"
|
||||
#include "source/fuzz/transformation_replace_constant_with_uniform.h"
|
||||
#include "source/fuzz/transformation_replace_id_with_synonym.h"
|
||||
#include "source/fuzz/transformation_set_selection_control.h"
|
||||
#include "source/fuzz/transformation_split_block.h"
|
||||
#include "source/util/make_unique.h"
|
||||
#include "transformation_add_constant_boolean.h"
|
||||
#include "transformation_add_constant_scalar.h"
|
||||
#include "transformation_add_dead_break.h"
|
||||
#include "transformation_add_dead_continue.h"
|
||||
#include "transformation_add_type_boolean.h"
|
||||
#include "transformation_add_type_float.h"
|
||||
#include "transformation_add_type_int.h"
|
||||
#include "transformation_add_type_pointer.h"
|
||||
#include "transformation_construct_composite.h"
|
||||
#include "transformation_copy_object.h"
|
||||
#include "transformation_move_block_down.h"
|
||||
#include "transformation_replace_boolean_constant_with_constant_binary.h"
|
||||
#include "transformation_replace_constant_with_uniform.h"
|
||||
#include "transformation_replace_id_with_synonym.h"
|
||||
#include "transformation_set_selection_control.h"
|
||||
#include "transformation_split_block.h"
|
||||
|
||||
namespace spvtools {
|
||||
namespace fuzz {
|
||||
|
Loading…
Reference in New Issue
Block a user