From ce53ad08fc5413d0071ed960ea52c0bc90df06db Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 22 Sep 2018 20:16:43 +0530 Subject: [PATCH] minor changes --- DnsServerCore/LogManager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DnsServerCore/LogManager.cs b/DnsServerCore/LogManager.cs index 84b84e43..2a42928f 100644 --- a/DnsServerCore/LogManager.cs +++ b/DnsServerCore/LogManager.cs @@ -1,6 +1,6 @@ /* Technitium DNS Server -Copyright (C) 2017 Shreyas Zare (shreyas@technitium.com) +Copyright (C) 2018 Shreyas Zare (shreyas@technitium.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,6 @@ using System; using System.IO; using System.Net; using TechnitiumLibrary.IO; -using TechnitiumLibrary.Net; using TechnitiumLibrary.Net.Dns; namespace DnsServerCore