Also, make sure you have
define('EVENT_PATH', drupal_get_path('module', 'event'));
in your event.module, and
include_once(EVENT_PATH .'/event_timezones.inc');
in there. In the copy I just downloaded, the last line is in there three times, and in event.theme once.
Another thing to consider is that your HTTP server is not specifically disallowing the use of .inc files.
It was a path issue. Once I put in the full path for anything.inc, it worked fine.
Thanks!
- jody