From 84944dbe0dfcadfb5c069e210c0545b88aae57dc Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 2 Dec 2001 19:05:04 +0000 Subject: Little more... --- lib/Socket.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Socket.cc') diff --git a/lib/Socket.cc b/lib/Socket.cc index aada133..a8c5beb 100644 --- a/lib/Socket.cc +++ b/lib/Socket.cc @@ -9,9 +9,9 @@ #include "String.h" #include "Socket.h" #include "Exceptions.h" -#include "config.h" #include "Input.h" #include "Output.h" +#include "config.h" Socket::Socket() throw (GeneralException) : Handle(socket(AF_INET, SOCK_STREAM, 0)), connected(false), listening(false) { if (GetHandle() < 0) { -- cgit v1.2.3