Cleaning up the closet... or at least the code. Tried to reduce the number of #includ...
[quassel.git] / src / common / settings.h
index f2e0d38..4ef2664 100644 (file)
@@ -21,7 +21,8 @@
 #ifndef _SETTINGS_H_
 #define _SETTINGS_H_
 
-#include <QtCore>
+#include <QString>
+#include <QVariant>
 
 class Settings {