Switch to unified view
a/src/mediaserver/cdplugins/plgwithslave.cxx | b/src/mediaserver/cdplugins/plgwithslave.cxx | ||
---|---|---|---|
... |
... |
||
23 | #include <vector> |
23 | #include <vector> |
24 | #include <sstream> |
24 | #include <sstream> |
25 | #include <string.h> |
25 | #include <string.h> |
26 | #include <upnp/upnp.h> |
26 | #include <upnp/upnp.h> |
27 | #include <microhttpd.h> |
27 | #include <microhttpd.h> |
28 | #include <jsoncpp/json/json.h> |
||
28 | 29 | ||
29 | #include "cmdtalk.h" |
30 | #include "cmdtalk.h" |
30 | #include "pathut.h" |
31 | #include "pathut.h" |
31 | #include "smallut.h" |
32 | #include "smallut.h" |
32 | #include "log.hxx" |
33 | #include "log.hxx" |
33 | #include "json/json.h" |
||
34 | #include "main.hxx" |
34 | #include "main.hxx" |
35 | #include "conftree.h" |
35 | #include "conftree.h" |
36 | 36 | ||
37 | using namespace std; |
37 | using namespace std; |
38 | using namespace std::placeholders; |
38 | using namespace std::placeholders; |