Style: Standardize Obj-C #import syntax
This commit is contained in:
parent
b5bdb88062
commit
713a1ba554
39 changed files with 93 additions and 91 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#endif // VULKAN_ENABLED
|
||||
|
||||
#if defined(METAL_ENABLED)
|
||||
#include "drivers/metal/rendering_context_driver_metal.h"
|
||||
#import "drivers/metal/rendering_context_driver_metal.h"
|
||||
#endif // METAL_ENABLED
|
||||
#endif // RD_ENABLED
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,11 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#include "ios_terminal_logger.h"
|
||||
#import "ios_terminal_logger.h"
|
||||
|
||||
#ifdef IOS_ENABLED
|
||||
|
||||
#include <os/log.h>
|
||||
#import <os/log.h>
|
||||
|
||||
void IOSTerminalLogger::log_error(const char *p_function, const char *p_file, int p_line, const char *p_code, const char *p_rationale, bool p_editor_notify, ErrorType p_type) {
|
||||
if (!should_log(true)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue