From: Willy Tarreau Date: Mon, 14 Jul 2008 21:57:33 +0000 (+0200) Subject: [CLEANUP] remove unused include/types/client.h X-Git-Tag: v1.3.16-rc1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284648e079a64fa02812cd84b663d33ffbf54b98;p=thirdparty%2Fhaproxy.git [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 6540d096fb..1d368a46b6 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 -#include #include void get_frt_addr(struct session *s); diff --git a/include/types/client.h b/include/types/client.h deleted file mode 100644 index 8ce88c215f..0000000000 --- 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 - -#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 655cb4dfe2..3517a99521 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c @@ -35,7 +35,6 @@ #include #include -#include #include #include #include diff --git a/src/proto_http.c b/src/proto_http.c index ac29c64a4f..6a662d42ee 100644 --- a/src/proto_http.c +++ b/src/proto_http.c @@ -37,7 +37,6 @@ #include #include -#include #include #include #include diff --git a/src/proto_tcp.c b/src/proto_tcp.c index 4066116469..cc7e50c0e8 100644 --- a/src/proto_tcp.c +++ b/src/proto_tcp.c @@ -36,7 +36,6 @@ #include #include -#include #include #include #include diff --git a/src/proto_uxst.c b/src/proto_uxst.c index ba3da5f6a7..dece859717 100644 --- a/src/proto_uxst.c +++ b/src/proto_uxst.c @@ -38,7 +38,6 @@ #include #include -#include #include #include #include diff --git a/src/senddata.c b/src/senddata.c index 7fb1f96cf2..18bb3e2ac1 100644 --- a/src/senddata.c +++ b/src/senddata.c @@ -32,7 +32,6 @@ #include #include -#include #include #include #include