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