about summary refs log tree commit homepage
path: root/lib/rainbows/event_machine.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/event_machine.rb')
-rw-r--r--lib/rainbows/event_machine.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/event_machine.rb b/lib/rainbows/event_machine.rb
index 8029b1a..a307f4c 100644
--- a/lib/rainbows/event_machine.rb
+++ b/lib/rainbows/event_machine.rb
@@ -1,7 +1,6 @@
 # -*- encoding: binary -*-
 require 'eventmachine'
 EM::VERSION >= '0.12.10' or abort 'eventmachine 0.12.10 is required'
-require 'rainbows/ev_core'
 
 # Implements a basic single-threaded event model with
 # {EventMachine}[http://rubyeventmachine.com/].  It is capable of