diff --git a/coder_review/coder_review.module b/coder_review/coder_review.module
index 1eb106f..82d703a 100644
--- a/coder_review/coder_review.module
+++ b/coder_review/coder_review.module
@@ -19,10 +19,6 @@
  * - http://cvs.drupal.org/viewcvs/drupal/drupal/scripts/code-style.pl
  */
 
-if (module_exists('drush')) {
-  include(drupal_get_path('module', 'coder_review') . '/coder_review.drush.inc');
-}
-
 define('SEVERITY_MINOR', 1);
 define('SEVERITY_NORMAL', 5);
 define('SEVERITY_CRITICAL', 9);
