X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FDVBAdapter%2Ffrontend.cc;h=d805bb4e1d41d3ffa58e051d2aa8164940d70e94;hb=2c4c9deecc7491fbfc916aeb41074dcb76e8a2c2;hp=f29190548f0c14f275fa2312af5d8d7ce44479cf;hpb=65066c0e037d1de437d6121903e1dd511b41e940;p=senf.git diff --git a/Examples/DVBAdapter/frontend.cc b/Examples/DVBAdapter/frontend.cc index f291905..d805bb4 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 #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 "Socket/Protocols/DVB/DVBFrontendHandle.hh" #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// @@ -57,7 +45,6 @@ int main(int argc, char const * argv[]) return 0; } - ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_