Removed iostream includes, as they slow down compilation.

This commit is contained in:
lotodore
2007-06-07 19:37:35 +00:00
parent ee76f454bd
commit f886ebda86
23 changed files with 20 additions and 41 deletions
-1
View File
@@ -21,7 +21,6 @@
#define CHAT_H
#include <string>
#include <iostream>
#include "configfile.h"
-1
View File
@@ -21,7 +21,6 @@
#define LOG_H
#include <string>
#include <iostream>
#include "configfile.h"
-1
View File
@@ -23,7 +23,6 @@
#include "ui_mainwindow.h"
#include "game_defs.h"
#include <iostream>
#include <string>
#include <boost/shared_ptr.hpp>
@@ -15,7 +15,6 @@
#include <QtGui>
#include <QtCore>
#include <iostream>
class MyCardsPixmapLabel : public QLabel
{
-1
View File
@@ -15,7 +15,6 @@
#include <QtGui>
#include <QtCore>
#include <iostream>
class MyLeftTabWidget : public QTabWidget
{
-2
View File
@@ -15,8 +15,6 @@
#include <QtGui>
#include <QtCore>
#include <iostream>
class MyRightTabWidget : public QTabWidget
{
Q_OBJECT
-2
View File
@@ -15,8 +15,6 @@
#include <QtGui>
#include <QtCore>
#include <iostream>
class mainWindowImpl;
@@ -12,8 +12,6 @@
#ifndef STARTSPLASH_H
#define STARTSPLASH_H
#include <iostream>
#include "mainwindowimpl.h"
#include <QtGui>