Switch to unified view

a/libupnpp/device/device.cxx b/libupnpp/device/device.cxx
...
...
20
#include <sys/time.h>
20
#include <sys/time.h>
21
21
22
#include <iostream>
22
#include <iostream>
23
using namespace std;
23
using namespace std;
24
24
25
#include "libupnpp/upnpplib.hxx"
25
#include "upnpplib.hxx"
26
#include "libupnpp/log.hxx"
26
#include "vdir.hxx"
27
#include "vdir.hxx"
27
#include "device.hxx"
28
#include "device.hxx"
28
#include "log.hxx"
29
29
30
namespace UPnPProvider {
30
namespace UPnPProvider {
31
31
32
unordered_map<std::string, UpnpDevice *> UpnpDevice::o_devices;
32
unordered_map<std::string, UpnpDevice *> UpnpDevice::o_devices;
33
33