diff options
Diffstat (limited to '')
-rw-r--r-- | src/itoserver.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/itoserver.cpp b/src/itoserver.cpp index 279310d..a1d804a 100644 --- a/src/itoserver.cpp +++ b/src/itoserver.cpp | |||
@@ -5,14 +5,13 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "win32_compatibility.h" | ||
9 | |||
10 | #include "bu/itoserver.h" | 8 | #include "bu/itoserver.h" |
11 | #include <errno.h> | 9 | #include <errno.h> |
12 | #include "bu/serversocket.h" | 10 | #include "bu/serversocket.h" |
13 | #include "bu/client.h" | 11 | #include "bu/client.h" |
14 | #include "bu/socket.h" | 12 | #include "bu/socket.h" |
15 | #include "bu/osx_compatibility.h" | 13 | |
14 | #include "bu/config.h" | ||
16 | 15 | ||
17 | Bu::ItoServer::ItoServer() : | 16 | Bu::ItoServer::ItoServer() : |
18 | nTimeoutSec( 1 ), | 17 | nTimeoutSec( 1 ), |