diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2017-03-08 16:38:22 +0000 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-03-10 10:47:43 +0100 |
commit | 0eaef6c8968888417adec3e810797468785746a3 (patch) | |
tree | 0e5c8da8b383fc472a59ef222eb4d9117e4278f0 /net/ServerSocket.hpp | |
parent | c4c8d93bba04e930606e9e5137b17ec95fc8f548 (diff) |
config.h - get includes right: must always be the first include.
Diffstat (limited to 'net/ServerSocket.hpp')
-rw-r--r-- | net/ServerSocket.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ServerSocket.hpp b/net/ServerSocket.hpp index cbd320ff6..8f98dc660 100644 --- a/net/ServerSocket.hpp +++ b/net/ServerSocket.hpp @@ -10,8 +10,6 @@ #ifndef INCLUDED_SERVERSOCKET_HPP #define INCLUDED_SERVERSOCKET_HPP -#include "config.h" - #include "memory" #include "Socket.hpp" |