diff --git a/Examples/DVBAdapter/frontend.cc b/Examples/DVBAdapter/frontend.cc index f29190548f0c14f275fa2312af5d8d7ce44479cf..950ad22f0dbda97c703becc56c0a1995969a712a 100644 --- a/Examples/DVBAdapter/frontend.cc +++ b/Examples/DVBAdapter/frontend.cc @@ -1,4 +1,4 @@ -// $Id: ULEdec.cc 327 2007-07-20 10:03:44Z tho $ +// $Id$ // // Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) @@ -22,19 +22,7 @@ #include <string> #include <iostream> -#include <iomanip> -#include <sys/ioctl.h> -#include <linux/sockios.h> -#include <linux/dvb/dmx.h> - -#include "Scheduler/Scheduler.hh" -#include "Packets/DefaultBundle/EthernetPacket.hh" -#include "Packets/MPEGDVBBundle/DatagramSection.hh" -#include "Utils/membind.hh" #include "Socket/DVBFrontendHandle.hh" -#include "Packets/ParseInt.hh" -#include "Packets/Packet.hh" -#include "Packets/PacketData.hh" #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// @@ -57,7 +45,6 @@ int main(int argc, char const * argv[]) return 0; } - ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ diff --git a/Socket/DVBFrontendHandle.cc b/Socket/DVBFrontendHandle.cc index 651565d7209c49e9407f07affc5c5c85277923d3..56110aeb1c12b786a4e98965e3b1e148eb0baba4 100644 --- a/Socket/DVBFrontendHandle.cc +++ b/Socket/DVBFrontendHandle.cc @@ -1,4 +1,4 @@ -// $Id: DVBDemuxHandles.cc 329 2007-07-20 12:29:34Z tho $ +// $Id$ // // Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) diff --git a/Socket/DVBFrontendHandle.hh b/Socket/DVBFrontendHandle.hh index e8381b1a270df1fbdb8c1e4c25bd3e2e40fe7435..b65f14d3cd104f47db092d0920ac68fa7cd63223 100644 --- a/Socket/DVBFrontendHandle.hh +++ b/Socket/DVBFrontendHandle.hh @@ -1,4 +1,4 @@ -// $Id: DVBDemuxSectionHandle.hh 321 2007-07-19 09:00:23Z tho $ +// $Id$ // // Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)