Switch to unified view
a/libupnpp/device/device.hxx | b/libupnpp/device/device.hxx | ||
---|---|---|---|
... |
... |
||
18 | #define _DEVICE_H_X_INCLUDED_ |
18 | #define _DEVICE_H_X_INCLUDED_ |
19 | 19 | ||
20 | #include <unordered_map> |
20 | #include <unordered_map> |
21 | #include <functional> |
21 | #include <functional> |
22 | 22 | ||
23 | #include "soaphelp.hxx" |
23 | #include "libupnpp/soaphelp.hxx"
|
24 | 24 | ||
25 | namespace UPnPProvider { |
25 | namespace UPnPProvider { |
26 | 26 | ||
27 | class UpnpService; |
27 | class UpnpService; |
28 | 28 |