Skip to content

Commit

Permalink
Drop unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
chewi committed Jun 24, 2023
1 parent c67a69b commit 985fd11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mpd-ynca.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// mpd-ynca - An MPD client to control Yamaha AV receivers
// Copyright (C) 2020 James Le Cuirot <[email protected]>
// Copyright (C) 2020-2023 James Le Cuirot <[email protected]>

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
Expand All @@ -20,14 +20,12 @@
#include <boost/program_options.hpp>
#include <chrono>
#include <cstdlib>
#include <ctime>
#include <filesystem>
#include <fstream>
#include <functional>
#include <iostream>
#include <string>
#include <thread>
#include <vector>

#include <errno.h>
#include <mpd/capabilities.h>
Expand Down

0 comments on commit 985fd11

Please sign in to comment.