]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/changesets_controller.rb
Merge remote-tracking branch 'upstream/pull/4631'
[rails.git] / app / controllers / api / changesets_controller.rb
index 9a179135f4314c4b29d235122c78f3c9a37d5697..78a5b48e3ff6025e0a9f4f81576ea14e4e6487b1 100644 (file)
@@ -2,8 +2,6 @@
 
 module Api
   class ChangesetsController < ApiController
-    require "xml/libxml"
-
     before_action :check_api_writable, :only => [:create, :update, :upload, :subscribe, :unsubscribe]
     before_action :check_api_readable, :except => [:create, :update, :upload, :download, :query, :subscribe, :unsubscribe]
     before_action :setup_user_auth, :only => [:show]