Skip to content

Commit

Permalink
don't trust clion's move refactor :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugobros3 committed Oct 10, 2024
1 parent 356af2d commit 61ff407
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions src/shady/ir/annotation.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "ir_private.h"

#include "log.h"
#include "portability.h"

Expand Down
11 changes: 6 additions & 5 deletions src/shady/ir/builtin.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#include "../../../include/shady/ir/builtin.h"
#include "../../../include/shady/ir/annotation.h"
#include "shady/ir/builtin.h"
#include "shady/ir/annotation.h"

#include "../../../SPIRV-Headers/include/spirv/unified1/spirv.h"
#include "log.h"
#include "portability.h"

#include <spirv/unified1/spirv.h>

#include "../../common/log.h"
#include "../../common/portability.h"
#include <string.h>

static AddressSpace builtin_as[] = {
Expand Down
10 changes: 5 additions & 5 deletions src/shady/ir/grammar.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "../../../include/shady/ir/grammar.h"
#include "shady/ir/grammar.h"

#include "../fold.h"

#include "../../common/log.h"
#include "../../common/portability.h"
#include "../../common/dict.h"
#include "log.h"
#include "portability.h"
#include "dict.h"

#include <string.h>
#include <assert.h>
Expand Down Expand Up @@ -57,4 +57,4 @@ Node* _shd_create_node_helper(IrArena* arena, Node node, bool* pfresh) {
return alloc;
}

#include "../../../cmake-build-debug/src/shady/constructors_generated.c"
#include "../constructors_generated.c"
2 changes: 1 addition & 1 deletion src/shady/ir/mem.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "../../../include/shady/ir.h"
#include "shady/ir/grammar.h"

#include <assert.h>

Expand Down
4 changes: 2 additions & 2 deletions src/shady/ir/module.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "../ir_private.h"

#include "../../common/list.h"
#include "../../common/portability.h"
#include "list.h"
#include "portability.h"

#include <string.h>

Expand Down

0 comments on commit 61ff407

Please sign in to comment.