X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FDVBAdapter%2Ffrontend.cc;h=185991f01bd7a3cd5a44437e3832917fa0c5a7f9;hb=ae06fe86f16fdabb7ffb219d255444d2eb4f4f79;hp=f29190548f0c14f275fa2312af5d8d7ce44479cf;hpb=65066c0e037d1de437d6121903e1dd511b41e940;p=senf.git diff --git a/Examples/DVBAdapter/frontend.cc b/Examples/DVBAdapter/frontend.cc index f291905..185991f 100644 --- a/Examples/DVBAdapter/frontend.cc +++ b/Examples/DVBAdapter/frontend.cc @@ -1,9 +1,9 @@ -// $Id: ULEdec.cc 327 2007-07-20 10:03:44Z tho $ +// $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Thorsten Horstmann // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -22,19 +22,7 @@ #include #include -#include -#include -#include -#include - -#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" +#include #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// @@ -57,7 +45,6 @@ int main(int argc, char const * argv[]) return 0; } - ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_