diff -r cfed7e92afd7 -r 9b2abea1071f QTfrontend/netconnectedclient.cpp
--- a/QTfrontend/netconnectedclient.cpp	Sun Apr 27 16:13:40 2008 +0000
+++ b/QTfrontend/netconnectedclient.cpp	Sun Apr 27 16:51:28 2008 +0000
@@ -16,12 +16,13 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  */
 
-#include "netconnectedclient.h"
-#include "netserver.h"
-
 #include <QTcpServer>
 #include <QTcpSocket>
 #include <QStringList>
+#include <QDebug>
+
+#include "netconnectedclient.h"
+#include "netserver.h"
 
 extern char delimeter;