Skip to content

Commit

Permalink
net/UniqueSocketDescriptor, ...: include <utility> instead of <algori…
Browse files Browse the repository at this point in the history
…thm>

Since C++11, std::swap() lives in <utility>.
  • Loading branch information
MaxKellermann committed Nov 26, 2021
1 parent f87468e commit 9d5d19f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net/UniqueSocketDescriptor.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include "SocketDescriptor.hxx"

#include <algorithm>
#include <utility>

class StaticSocketAddress;
Expand Down

0 comments on commit 9d5d19f

Please sign in to comment.