Skip to content

Commit

Permalink
(maint) remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Mar 8, 2016
1 parent e224156 commit dbd16a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chocolatey.console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ namespace chocolatey.console
{
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using infrastructure.adapters;
using infrastructure.app;
using infrastructure.app.builders;
using infrastructure.app.configuration;
using infrastructure.app.runners;
using infrastructure.app.services;
using infrastructure.commandline;
using infrastructure.configuration;
using infrastructure.extractors;
Expand Down

0 comments on commit dbd16a6

Please sign in to comment.