Switch to unified view
a/libupnpp/control/avtransport.hxx | b/libupnpp/control/avtransport.hxx | ||
---|---|---|---|
... |
... |
||
18 | #define _AVTRANSPORT_HXX_INCLUDED_ |
18 | #define _AVTRANSPORT_HXX_INCLUDED_ |
19 | 19 | ||
20 | #include <string> |
20 | #include <string> |
21 | #include <memory> |
21 | #include <memory> |
22 | 22 | ||
23 | #include "service.hxx" |
23 | #include "libupnpp/control/service.hxx" |
24 | 24 | ||
25 | namespace UPnPClient { |
25 | namespace UPnPClient { |
26 | 26 | ||
27 | class AVTransport; |
27 | class AVTransport; |
28 | typedef std::shared_ptr<AVTransport> AVTH; |
28 | typedef std::shared_ptr<AVTransport> AVTH; |