Skip to content
Snippets Groups Projects
Commit 3a885e9c authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-821: Use @import, not #import.

parent cabcb299
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#import "llappdelegate-objc.h" #import "llappdelegate-objc.h"
#if defined(LL_BUGSPLAT) #if defined(LL_BUGSPLAT)
#import BugsplatMac; @import BugsplatMac;
#endif #endif
#include "llwindowmacosx-objc.h" #include "llwindowmacosx-objc.h"
#include <Carbon/Carbon.h> // Used for Text Input Services ("Safe" API - it's supported) #include <Carbon/Carbon.h> // Used for Text Input Services ("Safe" API - it's supported)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment