summaryrefslogtreecommitdiffstats
path: root/src/CS340.TSP/Program.cs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-20 04:43:29 +0000
committerToby Vincent <tobyv13@gmail.com>2021-04-20 04:43:29 +0000
commit559a73d6c139484eef5d16077de13acede36bf63 (patch)
tree7cf94e5050e90b05945df2e51736ea01ed5ae2f7 /src/CS340.TSP/Program.cs
parent89c64fbc3f8b5df1c13426b996c373b8fb625748 (diff)
cleaned up usings
Diffstat (limited to 'src/CS340.TSP/Program.cs')
-rw-r--r--src/CS340.TSP/Program.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CS340.TSP/Program.cs b/src/CS340.TSP/Program.cs
index ef9e211..f1aaba7 100644
--- a/src/CS340.TSP/Program.cs
+++ b/src/CS340.TSP/Program.cs
@@ -1,7 +1,5 @@
using System;
using System.IO;
-using System.Linq;
-using Extensions;
using Graph;
using Graph.IO;
using Interfaces;