I am starting to clean up the mess that is Global right now, and to implement a clean...
[quassel.git] / src / common / message.h
index 8cfa23a..36950ec 100644 (file)
@@ -21,7 +21,9 @@
 #ifndef _MESSAGE_H_
 #define _MESSAGE_H_
 
-#include <QtCore>
+#include <QString>
+#include <QDateTime>
+
 #include "global.h"
 
 struct Message {