summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Client.hxx7
-rw-r--r--src/client/Response.hxx3
2 files changed, 4 insertions, 6 deletions
diff --git a/src/client/Client.hxx b/src/client/Client.hxx
index c94350b51..b9692ab48 100644
--- a/src/client/Client.hxx
+++ b/src/client/Client.hxx
@@ -31,12 +31,11 @@
#include <boost/intrusive/link_mode.hpp>
#include <boost/intrusive/list_hook.hpp>
-#include <set>
-#include <string>
+#include <cstddef>
#include <list>
#include <memory>
-
-#include <stddef.h>
+#include <set>
+#include <string>
class SocketAddress;
class UniqueSocketDescriptor;
diff --git a/src/client/Response.hxx b/src/client/Response.hxx
index b2c72cf48..437ee69ef 100644
--- a/src/client/Response.hxx
+++ b/src/client/Response.hxx
@@ -24,8 +24,7 @@
#include "util/Compiler.h"
#include <cstdarg>
-
-#include <stddef.h>
+#include <cstddef>
template<typename T> struct ConstBuffer;
class Client;