summaryrefslogtreecommitdiffstats
path: root/src/c_mpdview.h
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-07-14 14:36:27 +0200
committerJoe <bousset.rudy@gmail.com>2022-07-14 14:36:27 +0200
commit36fc5e459235a324c76d8bce88e0799c0c9dc5c2 (patch)
treeebd88a7dc065e7dd9083224088e064b65e9fd8ae /src/c_mpdview.h
parentWIP (diff)
downloadmpdview-36fc5e459235a324c76d8bce88e0799c0c9dc5c2.tar.gz
mpdview-36fc5e459235a324c76d8bce88e0799c0c9dc5c2.tar.bz2
mpdview-36fc5e459235a324c76d8bce88e0799c0c9dc5c2.tar.xz
mpdview-36fc5e459235a324c76d8bce88e0799c0c9dc5c2.tar.zst
mpdview-36fc5e459235a324c76d8bce88e0799c0c9dc5c2.zip
fix
Diffstat (limited to 'src/c_mpdview.h')
-rw-r--r--src/c_mpdview.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/c_mpdview.h b/src/c_mpdview.h
index 289fa29..bcae458 100644
--- a/src/c_mpdview.h
+++ b/src/c_mpdview.h
@@ -48,9 +48,7 @@
#include <sys/param.h>
-#include <mpd/connection.h>
-#include <mpd/song.h>
-#include <mpd/status.h>
+#include <mpd/client.h>
#include "c_defines.h"