Switch to unified view
a/libupnpp/device/vdir.cxx | b/libupnpp/device/vdir.cxx | ||
---|---|---|---|
... |
... |
||
20 | #include <memory.h> |
20 | #include <memory.h> |
21 | #include <iostream> |
21 | #include <iostream> |
22 | 22 | ||
23 | #include <upnp/upnp.h> |
23 | #include <upnp/upnp.h> |
24 | 24 | ||
25 | #include "upnpp_p.hxx" |
25 | #include "libupnpp/upnpp_p.hxx"
|
26 | #include "libupnpp/log.hxx" |
||
26 | #include "vdir.hxx" |
27 | #include "vdir.hxx" |
27 | #include "log.hxx" |
||
28 | 28 | ||
29 | using namespace std; |
29 | using namespace std; |
30 | 30 | ||
31 | static VirtualDir *theDir; |
31 | static VirtualDir *theDir; |
32 | 32 |