Skip to content

Commit

Permalink
remove stupid headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Not Quite Hadouken committed Feb 1, 2025
1 parent fb480e6 commit 653eb41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Robust.Client/Graphics/Clyde/Clyde.HLR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Robust.Client.GameObjects;
using Robust.Client.ResourceManagement;
using Robust.Client.UserInterface.CustomControls;
using Robust.Client.Utility;
using Robust.Shared;
using Robust.Shared.Enums;
using Robust.Shared.GameObjects;
Expand All @@ -17,8 +16,6 @@
using Robust.Shared.Maths;
using Robust.Shared.Profiling;
using Robust.Shared.Utility;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using Color = Robust.Shared.Maths.Color;

namespace Robust.Client.Graphics.Clyde
Expand Down
5 changes: 0 additions & 5 deletions Robust.Client/ResourceManagement/ResourceTypes/RSIResource.cs
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO.IsolatedStorage;
using System.Linq;
using Robust.Client.Graphics;
using Robust.Client.Utility;
using Robust.Shared.Graphics;
using Robust.Shared.Graphics.RSI;
using Robust.Shared.IoC;
using Robust.Shared.Log;
using Robust.Shared.Maths;
using Robust.Shared.Resources;
using Robust.Shared.Utility;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using TerraFX.Interop.Windows;
using Color = SixLabors.ImageSharp.Color;
using IResourceManager = Robust.Shared.ContentPack.IResourceManager;

namespace Robust.Client.ResourceManagement
Expand Down

0 comments on commit 653eb41

Please sign in to comment.