Commit 868f1a44 authored by Max Kellermann's avatar Max Kellermann Committed by Max Kellermann

net/UniqueSocketDescriptor, ...: include <utility> instead of <algorithm>

Since C++11, std::swap() lives in <utility>.
parent 05f529ff
......@@ -35,8 +35,8 @@
#include <dbus/dbus.h>
#include <algorithm>
#include <stdexcept>
#include <utility>
namespace ODBus {
......
......@@ -32,7 +32,6 @@
#include "SocketDescriptor.hxx"
#include <algorithm>
#include <utility>
class StaticSocketAddress;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment