]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[CLEANUP] remove unused include/types/client.h
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Jul 2008 21:57:33 +0000 (23:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Jul 2008 08:30:40 +0000 (10:30 +0200)
This file is not used anymore.

include/proto/client.h
include/types/client.h [deleted file]
src/dumpstats.c
src/proto_http.c
src/proto_tcp.c
src/proto_uxst.c
src/senddata.c

index 6540d096fba456d7dd76380ce793b83337d15926..1d368a46b67b1140f1f00955da74a139102465d3 100644 (file)
@@ -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 (file)
index 8ce88c2..0000000
+++ /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:
- */
index 655cb4dfe2a42cc851a83863a5b7b288e452cb52..3517a995210c169d54705bfd6672b555ba036177 100644 (file)
@@ -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>
index ac29c64a4fa98eba5f28209de44be9ffccfbe984..6a662d42ee22007f7debd51b0119927811381533 100644 (file)
@@ -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>
index 4066116469db3b0822b53f8b4f93e1bf3383ae90..cc7e50c0e8480f3890f953f6a30f0cea65648f8b 100644 (file)
@@ -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>
index ba3da5f6a74c664c83550bfe711d1faa852e24ef..dece8597178de3bfb067ac33b3a3e791f94974bf 100644 (file)
@@ -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>
index 7fb1f96cf2762aaaa7688abaa1d81144718a84fb..18bb3e2ac1bbd2721193d5b71a995f248dcd8302 100644 (file)
@@ -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>