Cleaning up the closet... or at least the code. Tried to reduce the number of #includ...
[quassel.git] / src / common / util.cpp
index b865253..2238cbe 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "util.h"
 
-#include <QtCore>
-
 QString nickFromMask(QString mask) {
   return mask.section('!', 0, 0);
 }