Switch to unified view

a/libupnpp/control/service.hxx b/libupnpp/control/service.hxx
...
...
24
#include <upnp/upnp.h>
24
#include <upnp/upnp.h>
25
25
26
#include "libupnpp/log.hxx"
26
#include "libupnpp/log.hxx"
27
#include "libupnpp/soaphelp.hxx"
27
#include "libupnpp/soaphelp.hxx"
28
#include "libupnpp/upnpp_p.hxx"
28
#include "libupnpp/upnpp_p.hxx"
29
#include "libupnpp/description.hxx"
29
#include "libupnpp/control/description.hxx"
30
#include "libupnpp/control/cdircontent.hxx"
30
#include "libupnpp/control/cdircontent.hxx"
31
31
32
32
33
namespace UPnPClient {
33
namespace UPnPClient {
34
34