summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index d01ee2ef23..9ecdee322a 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -112,16 +112,8 @@ require 'chef/provider/remote_file/util'
require "chef/provider/lwrp_base"
require 'chef/provider/registry_key'
-require 'chef/provider/file_content_base'
require 'chef/provider/file/content'
require 'chef/provider/remote_file/content'
require 'chef/provider/cookbook_file/content'
require 'chef/provider/template/content'
-require 'chef/provider/file/deploy'
-require 'chef/provider/file/deploy/cp'
-require 'chef/provider/file/deploy/mv_unix'
-if Chef::Platform.windows?
- require 'chef/provider/file/deploy/mv_windows'
-end
-