Switch to unified view

a/upmpd/avtransport.cxx b/upmpd/avtransport.cxx
...
...
30
using namespace std;
30
using namespace std;
31
using namespace std::placeholders;
31
using namespace std::placeholders;
32
32
33
#include "libupnpp/upnpplib.hxx"
33
#include "libupnpp/upnpplib.hxx"
34
#include "libupnpp/soaphelp.hxx"
34
#include "libupnpp/soaphelp.hxx"
35
#include "libupnpp/device.hxx"
36
#include "libupnpp/log.hxx"
35
#include "libupnpp/log.hxx"
37
#include "libupnpp/upnpavutils.hxx"
36
#include "libupnpp/upnpavutils.hxx"
37
#include "libupnpp/device/device.hxx"
38
38
39
#include "upmpd.hxx"
39
#include "upmpd.hxx"
40
#include "avtransport.hxx"
40
#include "avtransport.hxx"
41
#include "mpdcli.hxx"
41
#include "mpdcli.hxx"
42
#include "upmpdutils.hxx"
42
#include "upmpdutils.hxx"