From 1789c185210f069a67bb9c17d0b6df3002122127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Wed, 7 May 2014 15:02:53 +0200 Subject: [PATCH] =?UTF-8?q?using=20Frontend;=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Entity.cs | 1 - src/Parser.cs | 1 - src/Tile.cs | 1 - 3 files changed, 3 deletions(-) diff --git a/src/Entity.cs b/src/Entity.cs index a3a6187..b613655 100644 --- a/src/Entity.cs +++ b/src/Entity.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using Frontend; namespace WorldOfPeacecraft { diff --git a/src/Parser.cs b/src/Parser.cs index 6ae15a6..5bf5f21 100644 --- a/src/Parser.cs +++ b/src/Parser.cs @@ -3,7 +3,6 @@ using System.Linq; using System.Threading; using System.Collections.Generic; using System.Text.RegularExpressions; -using Frontend; namespace WorldOfPeacecraft { diff --git a/src/Tile.cs b/src/Tile.cs index fcc5697..9f0d7c1 100644 --- a/src/Tile.cs +++ b/src/Tile.cs @@ -1,5 +1,4 @@ using System; -using Frontend; namespace WorldOfPeacecraft {