summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/gentoo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/service/gentoo.rb')
-rw-r--r--lib/chef/provider/service/gentoo.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/service/gentoo.rb b/lib/chef/provider/service/gentoo.rb
index 69b3d20a3f..88616c4947 100644
--- a/lib/chef/provider/service/gentoo.rb
+++ b/lib/chef/provider/service/gentoo.rb
@@ -17,8 +17,8 @@
# limitations under the License.
#
-require "chef/provider/service/init"
-require "chef/util/path_helper"
+require_relative "init"
+require_relative "../../util/path_helper"
class Chef::Provider::Service::Gentoo < Chef::Provider::Service::Init