Style: Standardize Obj-C #import syntax

This commit is contained in:
Thaddeus Crews 2025-01-05 21:03:20 -06:00
parent b5bdb88062
commit 713a1ba554
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
39 changed files with 93 additions and 91 deletions

View file

@ -54,7 +54,7 @@
#import "metal_utils.h"
#import "pixel_formats.h"
#import "servers/rendering/rendering_device_driver.h"
#include "servers/rendering/rendering_device_driver.h"
#import <CommonCrypto/CommonDigest.h>
#import <Foundation/Foundation.h>