r1994 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Sun Sep 23 15:18:51 CEST 2007


Author: des
Date: 2007-09-23 15:18:50 +0200 (Sun, 23 Sep 2007)
New Revision: 1994

Modified:
   trunk/varnish-cache/bin/varnishd/cache_response.c
Log:
Unbreak header ordering.


Modified: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c	2007-09-23 13:16:17 UTC (rev 1993)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c	2007-09-23 13:18:50 UTC (rev 1994)
@@ -29,11 +29,12 @@
  * $Id$
  */
 
-#include <stdio.h>
-#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/time.h>
 
+#include <stdio.h>
+#include <stdlib.h>
+
 #include "shmlog.h"
 #include "heritage.h"
 #include "cache.h"




More information about the varnish-commit mailing list