From 08d75160d1cf7bc73b4e9f14567bea6837026c16 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 23 Apr 2008 00:17:55 +1200 Subject: [PATCH] Rollback rev 8955 - patch already applied --- src/ESIExpatParser.h | 4 ---- src/ESILibxml2Parser.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/ESIExpatParser.h b/src/ESIExpatParser.h index 2eb8c3c9ad..c34e4b3f2d 100644 --- a/src/ESIExpatParser.h +++ b/src/ESIExpatParser.h @@ -35,8 +35,6 @@ #if USE_SQUID_ESI -#if USE_SQUID_ESI - #include "ESIParser.h" #include "expat.h" @@ -68,6 +66,4 @@ private: #endif /* USE_SQUID_ESI */ -#endif /* USE_SQUID_ESI */ - #endif /* SQUID_ESIEXPATPARSER_H */ diff --git a/src/ESILibxml2Parser.h b/src/ESILibxml2Parser.h index 3a370cc416..5c6f97c794 100644 --- a/src/ESILibxml2Parser.h +++ b/src/ESILibxml2Parser.h @@ -42,8 +42,6 @@ #if USE_SQUID_ESI -#if USE_SQUID_ESI - #include "ESIParser.h" // workaround for definition of "free" that prevents include of // parser.h from libxml2 without errors @@ -81,6 +79,4 @@ private: #endif /* USE_SQUID_ESI */ -#endif /* USE_SQUID_ESI */ - #endif /* SQUID_ESILIBXML2PARSER_H */ -- 2.47.3