From 2b10b8235eb280387b394532ab0cacc21cc736b6 Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Wed, 12 Apr 2017 20:50:50 +0200 Subject: [PATCH] Removed useless using statements --- SharpPhysFS/PhysFS.LowLevel.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SharpPhysFS/PhysFS.LowLevel.cs b/SharpPhysFS/PhysFS.LowLevel.cs index d1db0b1..2c847db 100644 --- a/SharpPhysFS/PhysFS.LowLevel.cs +++ b/SharpPhysFS/PhysFS.LowLevel.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace SharpPhysFS {