From e815b0a2f1fe2264510080c78bec2438107b62fd Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 18 Jun 2015 20:33:05 -0500 Subject: [PATCH] Remove unnecessary usings. --- TallyCore/VoteCounter.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/TallyCore/VoteCounter.cs b/TallyCore/VoteCounter.cs index 5ace0116..89f4c33b 100644 --- a/TallyCore/VoteCounter.cs +++ b/TallyCore/VoteCounter.cs @@ -1,10 +1,7 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Text.RegularExpressions; using HtmlAgilityPack; -using NetTally.Utility; namespace NetTally {