We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67a69b commit 985fd11Copy full SHA for 985fd11
mpd-ynca.cpp
@@ -1,5 +1,5 @@
1
// mpd-ynca - An MPD client to control Yamaha AV receivers
2
-// Copyright (C) 2020 James Le Cuirot <[email protected]>
+// Copyright (C) 2020-2023 James Le Cuirot <[email protected]>
3
4
// This program is free software; you can redistribute it and/or
5
// modify it under the terms of the GNU General Public License
@@ -20,14 +20,12 @@
20
#include <boost/program_options.hpp>
21
#include <chrono>
22
#include <cstdlib>
23
-#include <ctime>
24
#include <filesystem>
25
#include <fstream>
26
#include <functional>
27
#include <iostream>
28
#include <string>
29
#include <thread>
30
-#include <vector>
31
32
#include <errno.h>
33
#include <mpd/capabilities.h>
0 commit comments