[master] 4766dba Don't include config.h in .h files
    Poul-Henning Kamp 
    phk at varnish-cache.org
       
    Sun Oct  9 23:03:05 CEST 2011
    
    
  
commit 4766dba945e95c5e110f6d625a10bd811836afa3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sun Oct 9 21:02:54 2011 +0000
    Don't include config.h in .h files
diff --git a/include/vbm.h b/include/vbm.h
index 8443ac7..13d2d5f 100644
--- a/include/vbm.h
+++ b/include/vbm.h
@@ -29,8 +29,6 @@
  * Self-sizeing bitmap operations
  */
 
-#include "config.h"
-
 /**********************************************************************
  * Generic bitmap functions, may be generalized at some point.
  */
    
    
More information about the varnish-commit
mailing list