]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
m_callerid Remove redundant includes
authorattilamolnar <attilamolnar@hush.com>
Sun, 1 Jul 2012 18:36:26 +0000 (20:36 +0200)
committerRobin Burchell <robin+git@viroteck.net>
Sun, 1 Jul 2012 19:05:09 +0000 (21:05 +0200)
src/modules/m_callerid.cpp

index 416ede9a1ba8f05cb6381b9c5f975cb4aa29f439..c541f806bd2d7c24b80e62e86e93716b6cc60088 100644 (file)
@@ -21,9 +21,6 @@
 
 
 #include "inspircd.h"
-#include <set>
-#include <sstream>
-#include <algorithm>
 
 /* $ModDesc: Implementation of callerid (umode +g & /accept, ala hybrid etc) */