Removed unnecessary using directives left over from migration

This commit is contained in:
2017-03-01 02:01:57 -05:00
parent b8e184154f
commit 69f2c90682
8 changed files with 3 additions and 19 deletions

View File

@@ -1,7 +1,4 @@
using System;
using Newtonsoft.Json;
namespace hexworld
namespace hexworld
{
public class Driver
{