Cleaning up the closet... or at least the code. Tried to reduce the number of #includ...
[quassel.git] / src / client / treemodel.h
index a403984..1941602 100644 (file)
@@ -21,7 +21,9 @@
 #ifndef _TREEMODEL_H_
 #define _TREEMODEL_H_
 
-#include <QtCore>
+#include <QList>
+#include <QVariant>
+#include <QAbstractItemModel>
 
 /*****************************************
  *  general item used in the Tree Model