summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin')
-rw-r--r--lib/chef/mixin/language.rb1
-rw-r--r--lib/chef/mixin/language_include_attribute.rb1
-rw-r--r--lib/chef/mixin/language_include_recipe.rb1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/mixin/language.rb b/lib/chef/mixin/language.rb
index 48d5a8403a..f4df86bdc3 100644
--- a/lib/chef/mixin/language.rb
+++ b/lib/chef/mixin/language.rb
@@ -18,6 +18,7 @@
require 'chef/dsl/platform_introspection'
require 'chef/dsl/data_query'
+require 'chef/mixin/deprecation'
class Chef
module Mixin
diff --git a/lib/chef/mixin/language_include_attribute.rb b/lib/chef/mixin/language_include_attribute.rb
index ab21b50408..0be2614e41 100644
--- a/lib/chef/mixin/language_include_attribute.rb
+++ b/lib/chef/mixin/language_include_attribute.rb
@@ -17,6 +17,7 @@
#
require 'chef/dsl/include_attribute'
+require 'chef/mixin/deprecation'
class Chef
module Mixin
diff --git a/lib/chef/mixin/language_include_recipe.rb b/lib/chef/mixin/language_include_recipe.rb
index ccbfb38c65..861f2dee65 100644
--- a/lib/chef/mixin/language_include_recipe.rb
+++ b/lib/chef/mixin/language_include_recipe.rb
@@ -17,6 +17,7 @@
#
require 'chef/dsl/include_recipe'
+require 'chef/mixin/deprecation'
class Chef
module Mixin