]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreMetaURL.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / StoreMetaURL.h
index a859a698c61697f9b9e79a6aa7057189761d8ec7..f689951ab319bf0e38100b788dad33a67e54cff8 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.
@@ -9,21 +9,17 @@
 #ifndef SQUID_STOREMETAURL_H
 #define SQUID_STOREMETAURL_H
 
-/* for inheritance */
 #include "StoreMeta.h"
-/* for MEMPROXY_CLASS() macros */
-#include "MemPool.h"
 
 class StoreMetaURL : public StoreMeta
 {
-public:
     MEMPROXY_CLASS(StoreMetaURL);
 
+public:
     char getType() const {return STORE_META_URL;}
 
     bool checkConsistency(StoreEntry *) const;
 };
 
-MEMPROXY_CLASS_INLINE(StoreMetaURL);
-
 #endif /* SQUID_STOREMETAURL_H */
+