Switch to unified view

a/src/httpfs.cxx b/src/httpfs.cxx
...
...
18
#include <unordered_map>
18
#include <unordered_map>
19
#include <string>
19
#include <string>
20
20
21
#include "libupnpp/log.hxx"
21
#include "libupnpp/log.hxx"
22
#include "libupnpp/upnpavutils.hxx"
22
#include "libupnpp/upnpavutils.hxx"
23
#include "libupnpp/device/device.hxx"
23
24
24
#include "upmpd.hxx"
25
#include "main.hxx"
25
#include "upmpdutils.hxx"
26
#include "upmpdutils.hxx"
26
#include "smallut.h"
27
#include "smallut.h"
27
#include "pathut.h"
28
#include "pathut.h"
28
#include "readfile.h"
29
#include "readfile.h"
29
#include "httpfs.hxx"
30
#include "httpfs.hxx"
30
31
31
using namespace std;
32
using namespace std;
32
using namespace UPnPP;
33
using namespace UPnPP;
34
using namespace UPnPProvider;
33
35
34
// UPnP AV services. We can disable this to help pure OpenHome
36
// UPnP AV services. We can disable this to help pure OpenHome
35
// renderers which having both UPnP AV and OpenHome gets in trouble
37
// renderers which having both UPnP AV and OpenHome gets in trouble
36
// (Kinsky)
38
// (Kinsky)
37
static string upnpAVDesc(
39
static string upnpAVDesc(