[CLEANUP] remove unused include/types/client.h

This file is not used anymore.
diff --git a/include/proto/client.h b/include/proto/client.h
index 6540d09..1d368a4 100644
--- a/include/proto/client.h
+++ b/include/proto/client.h
@@ -2,7 +2,7 @@
   include/proto/client.h
   This file contains client-side definitions.
 
-  Copyright (C) 2000-2007 Willy Tarreau - w@1wt.eu
+  Copyright (C) 2000-2008 Willy Tarreau - w@1wt.eu
   
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,6 @@
 #define _PROTO_CLIENT_H
 
 #include <common/config.h>
-#include <types/client.h>
 #include <types/session.h>
 
 void get_frt_addr(struct session *s);
diff --git a/include/types/client.h b/include/types/client.h
deleted file mode 100644
index 8ce88c2..0000000
--- a/include/types/client.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
-  include/types/client.h
-  This file contains client-side definitions.
-
-  Copyright (C) 2000-2006 Willy Tarreau - w@1wt.eu
-  
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation, version 2.1
-  exclusively.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-*/
-
-#ifndef _TYPES_CLIENT_H
-#define _TYPES_CLIENT_H
-
-#include <common/config.h>
-
-#endif /* _TYPES_CLIENT_H */
-
-/*
- * Local variables:
- *  c-indent-level: 8
- *  c-basic-offset: 8
- * End:
- */
diff --git a/src/dumpstats.c b/src/dumpstats.c
index 655cb4d..3517a99 100644
--- a/src/dumpstats.c
+++ b/src/dumpstats.c
@@ -35,7 +35,6 @@
 #include <common/uri_auth.h>
 #include <common/version.h>
 
-#include <types/client.h>
 #include <types/global.h>
 #include <types/polling.h>
 #include <types/proxy.h>
diff --git a/src/proto_http.c b/src/proto_http.c
index ac29c64..6a662d4 100644
--- a/src/proto_http.c
+++ b/src/proto_http.c
@@ -37,7 +37,6 @@
 
 #include <types/acl.h>
 #include <types/capture.h>
-#include <types/client.h>
 #include <types/global.h>
 #include <types/httperr.h>
 #include <types/polling.h>
diff --git a/src/proto_tcp.c b/src/proto_tcp.c
index 4066116..cc7e50c 100644
--- a/src/proto_tcp.c
+++ b/src/proto_tcp.c
@@ -36,7 +36,6 @@
 #include <common/version.h>
 
 #include <types/acl.h>
-#include <types/client.h>
 #include <types/global.h>
 #include <types/polling.h>
 #include <types/proxy.h>
diff --git a/src/proto_uxst.c b/src/proto_uxst.c
index ba3da5f..dece859 100644
--- a/src/proto_uxst.c
+++ b/src/proto_uxst.c
@@ -38,7 +38,6 @@
 
 #include <types/acl.h>
 #include <types/capture.h>
-#include <types/client.h>
 #include <types/global.h>
 #include <types/polling.h>
 #include <types/proxy.h>
diff --git a/src/senddata.c b/src/senddata.c
index 7fb1f96..18bb3e2 100644
--- a/src/senddata.c
+++ b/src/senddata.c
@@ -32,7 +32,6 @@
 #include <common/time.h>
 #include <common/version.h>
 
-#include <types/client.h>
 #include <types/global.h>
 #include <types/polling.h>
 #include <types/proxy.h>