net/UniqueSocketDescriptor, ...: include <utility> instead of <algorithm>
Since C++11, std::swap() lives in <utility>.
This commit is contained in:
parent
05f529fffd
commit
868f1a4431
@ -35,8 +35,8 @@
|
|||||||
|
|
||||||
#include <dbus/dbus.h>
|
#include <dbus/dbus.h>
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
#include <utility>
|
||||||
|
|
||||||
namespace ODBus {
|
namespace ODBus {
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
|
|
||||||
#include "SocketDescriptor.hxx"
|
#include "SocketDescriptor.hxx"
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
class StaticSocketAddress;
|
class StaticSocketAddress;
|
||||||
|
Loading…
Reference in New Issue
Block a user