From d60018ad1d4a9f3cc8b8f16f9b40472a4d9e56fe Mon Sep 17 00:00:00 2001 From: Paulo Bittencourt Date: Sun, 27 Apr 2014 12:26:10 -0400 Subject: [PATCH] remove unnecessary HostsFile include --- lib/vagrant-hostmanager/command.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant-hostmanager/command.rb b/lib/vagrant-hostmanager/command.rb index 535e0d9..42ac35b 100644 --- a/lib/vagrant-hostmanager/command.rb +++ b/lib/vagrant-hostmanager/command.rb @@ -1,7 +1,6 @@ module VagrantPlugins module HostManager class Command < Vagrant.plugin('2', :command) - include HostsFile def execute options = {}