diff --git a/src/zm_eventstream.cpp b/src/zm_eventstream.cpp index 2c8ec7c08..a60723d86 100644 --- a/src/zm_eventstream.cpp +++ b/src/zm_eventstream.cpp @@ -1,5 +1,5 @@ // -// ZoneMinder Event Class Implementation, $Date$, $Revision$ +// ZoneMinder Event Stream Class Implementation // Copyright (C) 2001-2008 Philip Coombes // // This program is free software; you can redistribute it and/or @@ -16,24 +16,13 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. // - -#include -#include +// #include -#include -#include -#include -#include -#include -#include -#include -#include #include "zm.h" #include "zm_db.h" #include "zm_time.h" #include "zm_mpeg.h" -#include "zm_signal.h" #include "zm_event.h" #include "zm_eventstream.h" #include "zm_storage.h"