r744 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Mon Aug 7 19:15:10 CEST 2006


Author: phk
Date: 2006-08-07 19:15:10 +0200 (Mon, 07 Aug 2006)
New Revision: 744

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_token.c
Log:
Clean up #includes


Modified: trunk/varnish-cache/lib/libvcl/vcc_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_token.c	2006-08-07 17:10:26 UTC (rev 743)
+++ trunk/varnish-cache/lib/libvcl/vcc_token.c	2006-08-07 17:15:10 UTC (rev 744)
@@ -2,25 +2,15 @@
  * $Id$
  */
 
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <sys/stat.h>
-
-#include <assert.h>
 #include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <netdb.h>
 #include <stdio.h>
-#include <printf.h>
-#include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
-#include <queue.h>
-#include <unistd.h>
 
 #include "vsb.h"
+#include "queue.h"
 
+#include "libvarnish.h"
 #include "vcc_priv.h"
 #include "vcl_returns.h"
 #include "vcc_compile.h"




More information about the varnish-commit mailing list