]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix build failure caused by a typo.
authorserassio <>
Mon, 19 Nov 2007 00:19:35 +0000 (00:19 +0000)
committerserassio <>
Mon, 19 Nov 2007 00:19:35 +0000 (00:19 +0000)
src/Store.h

index 126bdfa0b4c50824c3329b1ee7a2db3a68914ad5..4f363d211af933159e6cdb76eef8075e93a09027 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: Store.h,v 1.39 2007/11/15 23:33:05 wessels Exp $
+ * $Id: Store.h,v 1.40 2007/11/18 17:19:35 serassio Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -46,7 +46,6 @@
 #include "RemovalPolicy.h"
 
 #if USE_SQUID_ESI
-ESI
 #include "ESIElement.h"
 #endif