Skip to content

Commit 1b00c4a

Browse files
committed
minor cleanup
1 parent 17e8b2c commit 1b00c4a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

com.unity.multiplayer.mlapi/Editor/MLAPIProfilerModule.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
#if UNITY_2020_2_OR_NEWER
21
using System;
32
using System.Collections.Generic;
4-
using Unity.Profiling;
5-
using UnityEngine;
63
using MLAPI.Profiling;
7-
#endif
4+
using Unity.Profiling;
85
using UnityEditor;
6+
using UnityEngine;
97

108
namespace MLAPI
119
{

com.unity.multiplayer.mlapi/Runtime/Messaging/RpcParams.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#if !UNITY_2020_2_OR_NEWER
21
using System;
3-
#endif
42

53
namespace MLAPI.Messaging
64
{

0 commit comments

Comments
 (0)