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.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb
index 20032e5b6a..e246e3f387 100644
--- a/lib/chef/recipe.rb
+++ b/lib/chef/recipe.rb
@@ -17,7 +17,6 @@
# limitations under the License.
#
-
require "chef/dsl/recipe"
require "chef/dsl/data_query"
require "chef/dsl/platform_introspection"
@@ -35,7 +34,6 @@ class Chef
# == Chef::Recipe
# A Recipe object is the context in which Chef recipes are evaluated.
class Recipe
-
include Chef::DSL::Recipe::FullDSL
include Chef::Mixin::FromFile
@@ -115,6 +113,5 @@ class Chef
run_context.node.tags.delete(tag)
end
end
-
end
end