Skip to content

Commit a33f73b

Browse files
committed
Make clang-format happy and don't break the include order
1 parent e69bf7e commit a33f73b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/lib/Headers/hlsl.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
#pragma clang diagnostic ignored "-Whlsl-dxc-compatability"
1717
#endif
1818

19-
#include "hlsl/hlsl_alias_intrinsics.h"
20-
#include "hlsl/hlsl_basic_types.h"
2119
#include "hlsl/hlsl_detail.h"
20+
21+
#include "hlsl/hlsl_basic_types.h"
22+
23+
#include "hlsl/hlsl_alias_intrinsics.h"
2224
#include "hlsl/hlsl_intrinsics.h"
2325

2426
#if defined(__clang__)

0 commit comments

Comments
 (0)