]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/httpd.h
Remove more classbase
[user/henk/code/inspircd.git] / src / modules / httpd.h
index 483009095572bcbd409106229bea9e1b0388a890..97148d413cab69ba2a51cf28a3fe748920cc5e18 100644 (file)
@@ -22,7 +22,7 @@
 
 /** A modifyable list of HTTP header fields
  */
-class HTTPHeaders : public classbase
+class HTTPHeaders
 {
  protected:
        std::map<std::string,std::string> headers;