|
a/src/main.cxx |
|
b/src/main.cxx |
|
... |
|
... |
38 |
#include "libupnpp/upnpplib.hxx"
|
38 |
#include "libupnpp/upnpplib.hxx"
|
39 |
#include "execmd.h"
|
39 |
#include "execmd.h"
|
40 |
#include "conftree.h"
|
40 |
#include "conftree.h"
|
41 |
#include "mpdcli.hxx"
|
41 |
#include "mpdcli.hxx"
|
42 |
#include "upmpd.hxx"
|
42 |
#include "upmpd.hxx"
|
43 |
#include "mediaserver.hxx"
|
43 |
#include "mediaserver/mediaserver.hxx"
|
|
|
44 |
#include "mediaserver/contentdirectory.hxx"
|
44 |
#include "httpfs.hxx"
|
45 |
#include "httpfs.hxx"
|
45 |
#include "upmpdutils.hxx"
|
46 |
#include "upmpdutils.hxx"
|
46 |
#include "pathut.h"
|
47 |
#include "pathut.h"
|
47 |
#include "contentdirectory.hxx"
|
|
|
48 |
|
48 |
|
49 |
using namespace std;
|
49 |
using namespace std;
|
50 |
using namespace UPnPP;
|
50 |
using namespace UPnPP;
|
51 |
|
51 |
|
52 |
static char *thisprog;
|
52 |
static char *thisprog;
|