Skip to content

Commit 985fd11

Browse files
committed
Drop unused includes
1 parent c67a69b commit 985fd11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mpd-ynca.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// mpd-ynca - An MPD client to control Yamaha AV receivers
2-
// Copyright (C) 2020 James Le Cuirot <[email protected]>
2+
// Copyright (C) 2020-2023 James Le Cuirot <[email protected]>
33

44
// This program is free software; you can redistribute it and/or
55
// modify it under the terms of the GNU General Public License
@@ -20,14 +20,12 @@
2020
#include <boost/program_options.hpp>
2121
#include <chrono>
2222
#include <cstdlib>
23-
#include <ctime>
2423
#include <filesystem>
2524
#include <fstream>
2625
#include <functional>
2726
#include <iostream>
2827
#include <string>
2928
#include <thread>
30-
#include <vector>
3129

3230
#include <errno.h>
3331
#include <mpd/capabilities.h>

0 commit comments

Comments
 (0)