diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-31 00:28:23 +0100 |
|---|---|---|
| committer | Vasily <JustAMan@users.noreply.github.com> | 2019-01-02 02:35:40 +0300 |
| commit | c99b45dbe0b6f0b02850eda5c9ece071c6c03e85 (patch) | |
| tree | 5cec2be574e3ec168cef8be413af148fbfccabb7 /MediaBrowser.Controller/Entities/Game.cs | |
| parent | cf7e36561037e0e3c0d532b7a0c8d7d668c2373b (diff) | |
Remove some warnings
Diffstat (limited to 'MediaBrowser.Controller/Entities/Game.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Game.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/Entities/Game.cs b/MediaBrowser.Controller/Entities/Game.cs index e4c417c8a..3d006a699 100644 --- a/MediaBrowser.Controller/Entities/Game.cs +++ b/MediaBrowser.Controller/Entities/Game.cs @@ -1,11 +1,10 @@ -using MediaBrowser.Controller.Providers; +using System; +using System.Collections.Generic; +using MediaBrowser.Controller.Providers; using MediaBrowser.Model.Configuration; using MediaBrowser.Model.Entities; -using System; -using System.Collections.Generic; using MediaBrowser.Model.IO; using MediaBrowser.Model.Serialization; -using System; namespace MediaBrowser.Controller.Entities { |
