summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/windows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/service/windows.rb')
-rw-r--r--lib/chef/provider/service/windows.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/provider/service/windows.rb b/lib/chef/provider/service/windows.rb
index 2cfa9d44c1..2d478fa9fe 100644
--- a/lib/chef/provider/service/windows.rb
+++ b/lib/chef/provider/service/windows.rb
@@ -18,7 +18,6 @@
# limitations under the License.
#
-require 'chef/mixin/shell_out'
require 'chef/provider/service/simple'
if RUBY_PLATFORM =~ /mswin|mingw32|windows/
require 'win32/service'
@@ -26,8 +25,6 @@ end
class Chef::Provider::Service::Windows < Chef::Provider::Service
- include Chef::Mixin::ShellOut
-
#Win32::Service.get_start_type
AUTO_START = 'auto start'
DISABLED = 'disabled'