]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Renamed include guard for HttpHdrCc
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 22 Sep 2011 13:45:49 +0000 (15:45 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 22 Sep 2011 13:45:49 +0000 (15:45 +0200)
1  2 
src/HttpHdrCc.h

diff --cc src/HttpHdrCc.h
index b0571e1115cca5a254d40250f92bf80bea39ecf3,5519d8f2102fe32eceed3b5e215a335049255253..a952b247cc2caedca0729a2b46294988d8f78238
@@@ -29,8 -29,8 +29,8 @@@
   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
   */
  
--#ifndef SQUID_HTTPHEADERCACHECONTROL_H_
--#define SQUID_HTTPHEADERCACHECONTROL_H_
++#ifndef SQUID_HTTPHDRCC_H
++#define SQUID_HTTPHDRCC_H
  
  #include "config.h"
  #include "MemPool.h"
@@@ -68,4 -77,4 +77,4 @@@ public
  
  MEMPROXY_CLASS_INLINE(HttpHdrCc);
  
--#endif /* SQUID_HTTPHEADERCACHECONTROL_H_ */
++#endif /* SQUID_HTTPHDRCC_H */