Navigation Menu

Skip to content

Commit

Permalink
Remove needless "require"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 22, 2015
1 parent 69938dd commit 231465e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/droonga/command/remote.rb
Expand Up @@ -14,7 +14,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

require "json"
require "fileutils"

require "droonga/path"
require "droonga/serf"
Expand Down
1 change: 0 additions & 1 deletion lib/droonga/engine.rb
Expand Up @@ -25,7 +25,6 @@
require "droonga/dispatcher"
require "droonga/file_observer"
require "droonga/node_metadata"
require "droonga/restarter"

module Droonga
class Engine
Expand Down
1 change: 0 additions & 1 deletion lib/droonga/serf.rb
Expand Up @@ -14,7 +14,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

require "json"
require "fileutils"

require "droonga/path"
require "droonga/loggable"
Expand Down

0 comments on commit 231465e

Please sign in to comment.