From c40a820aa87e96ccdca0efe477febcaf939e1f1c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 11 Dec 2019 23:54:07 -0500 Subject: remove unnecessary usings --- Day11.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Day11.cs') diff --git a/Day11.cs b/Day11.cs index 6ec157d..005d32d 100644 --- a/Day11.cs +++ b/Day11.cs @@ -2,8 +2,6 @@ using aoc2019.lib; using System; using System.Collections.Generic; using System.Linq; -using System.Runtime.CompilerServices; -using System.Text; namespace aoc2019 { -- cgit 1.4.1