]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/esi/Sequence.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / esi / Sequence.h
index 4128fe3f325e34fd9bcb6854d20f3ab947acd6cd..7f5afa09d0cf0fbd988c0a9ebb0812a7d5c33516 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 
 #include "esi/Element.h"
 #include "esi/ElementList.h"
-#include "MemPool.h"
+#include "mem/forward.h"
 
 /* esiSequence */
 
 class esiSequence : public ESIElement
 {
-
-public:
     MEMPROXY_CLASS(esiSequence);
 
+public:
     esiSequence(esiTreeParentPtr, bool = false);
     ~esiSequence();
 
@@ -65,6 +64,5 @@ private:
     void processStep(int dovars);
 };
 
-MEMPROXY_CLASS_INLINE(esiSequence);
-
 #endif /* SQUID_ESISEQUENCE_H */
+