mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Standardize Obj-C #import syntax
This commit is contained in:
parent
b5bdb88062
commit
713a1ba554
39 changed files with 93 additions and 91 deletions
|
|
@ -28,12 +28,12 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#include "dir_access_macos.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#import "dir_access_macos.h"
|
||||
|
||||
#if defined(UNIX_ENABLED)
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#import <AppKit/NSWorkspace.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue