Moved qtcore include to cpp file.

This commit is contained in:
lotodore
2007-10-01 08:50:08 +00:00
parent e31f74fe01
commit 025b05b26c
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
// //
// //
#include "qthelper.h" #include "qthelper.h"
#include <QtCore>
#include <iostream> #include <iostream>
QtHelper::QtHelper() QtHelper::QtHelper()
-1
View File
@@ -16,7 +16,6 @@
#error This file is not for the server. #error This file is not for the server.
#endif #endif
#include <QtCore>
/** /**
@author FThauer FHammer <webmaster@pokerth.net> @author FThauer FHammer <webmaster@pokerth.net>
*/ */