summaryrefslogtreecommitdiff
path: root/lib/rexml/parsers/ultralightparser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/parsers/ultralightparser.rb')
-rw-r--r--lib/rexml/parsers/ultralightparser.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rexml/parsers/ultralightparser.rb b/lib/rexml/parsers/ultralightparser.rb
index 6571d119bd..e0029f43da 100644
--- a/lib/rexml/parsers/ultralightparser.rb
+++ b/lib/rexml/parsers/ultralightparser.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: false
-require 'rexml/parsers/streamparser'
-require 'rexml/parsers/baseparser'
+require_relative 'streamparser'
+require_relative 'baseparser'
module REXML
module Parsers