Switch to unified view

a/libupnpp/control/ohplaylist.cxx b/libupnpp/control/ohplaylist.cxx
...
...
14
 *       Free Software Foundation, Inc.,
14
 *       Free Software Foundation, Inc.,
15
 *       59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *       59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#include "libupnpp/control/ohplaylist.hxx"
17
#include "libupnpp/control/ohplaylist.hxx"
18
18
19
#include <expat_external.h>             // for XML_Char
20
#include <stdlib.h>                     // for atoi
19
#include <stdlib.h>                     // for atoi
21
#include <string.h>                     // for strcmp
20
#include <string.h>                     // for strcmp
22
#include <upnp/upnp.h>                  // for UPNP_E_BAD_RESPONSE, etc
21
#include <upnp/upnp.h>                  // for UPNP_E_BAD_RESPONSE, etc
23
22
24
#include <functional>                   // for _Bind, bind, _1
23
#include <functional>                   // for _Bind, bind, _1