Switch to unified view

a/src/mpdcli.cxx b/src/mpdcli.cxx
...
...
27
#include <memory>
27
#include <memory>
28
28
29
#include "libupnpp/log.hxx"
29
#include "libupnpp/log.hxx"
30
30
31
#include "upmpd.hxx"
31
#include "upmpd.hxx"
32
#include "smallut.h"
32
#include "conftree.hxx"
33
#include "conftree.h"
33
#include "execmd.h"
34
#include "execmd.h"
34
#include "upmpdutils.hxx"
35
#include "upmpdutils.hxx"
35
36
36
struct mpd_status;
37
struct mpd_status;
37
38