Do not include Utils, this could cause some bad references on the LogStash::Environment in the context of stand alone gems

Fixes #6377
This commit is contained in:
Pier-Hugues Pellerin 2016-12-08 11:38:22 -05:00
parent ab300fe1d7
commit 37fc21c2dc

View file

@ -1,6 +1,5 @@
# encoding: utf-8 # encoding: utf-8
require "logstash/namespace" require "logstash/namespace"
require "logstash/util"
module LogStash; module Util; module ByteValue module LogStash; module Util; module ByteValue
module_function module_function