summaryrefslogtreecommitdiff
path: root/lib/chef/http/simple_json.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/simple_json.rb')
-rw-r--r--lib/chef/http/simple_json.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/http/simple_json.rb b/lib/chef/http/simple_json.rb
index 7357d859ee..57886380e6 100644
--- a/lib/chef/http/simple_json.rb
+++ b/lib/chef/http/simple_json.rb
@@ -16,11 +16,11 @@
# limitations under the License.
#
-require "chef/http"
-require "chef/http/authenticator"
-require "chef/http/decompressor"
-require "chef/http/cookie_manager"
-require "chef/http/validate_content_length"
+require_relative ""
+require_relative "authenticator"
+require_relative "decompressor"
+require_relative "cookie_manager"
+require_relative "validate_content_length"
class Chef
class HTTP