summaryrefslogtreecommitdiff
path: root/lib/chef/recipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/recipe.rb')
-rw-r--r--lib/chef/recipe.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb
index 209b7faa74..6bfc74d900 100644
--- a/lib/chef/recipe.rb
+++ b/lib/chef/recipe.rb
@@ -17,9 +17,9 @@
# limitations under the License.
#
-require "chef/dsl/recipe"
-require "chef/mixin/from_file"
-require "chef/mixin/deprecation"
+require_relative "dsl/recipe"
+require_relative "mixin/from_file"
+require_relative "mixin/deprecation"
class Chef
# == Chef::Recipe