--- views_bonus/plugins/grid.inc	2007-02-25 10:08:12.000000000 -0800
+++ views_bonus2/plugins/grid.inc	2007-02-25 10:06:51.000000000 -0800
@@ -6,7 +6,6 @@
   $items['grid'] = array(
     'name' => t('Grid View'),
     'description' => t('View type that outputs a LIST view in a simple grid. In your PHP argument code, you can use &lt;?php $view->gridcount = SOME_NUMBER; ?&gt; to change the column count'),
-    'requires' => array('panels'),
   );
   return $items;
 }
