[dasher] headers already included in Common/Common.h



commit f5560ecf2787139eece07faacc6e13c608bbbbb5
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Thu Sep 27 07:02:02 2012 +0100

    headers already included in Common/Common.h

 Src/DasherCore/SocketInput.cpp |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/Src/DasherCore/SocketInput.cpp b/Src/DasherCore/SocketInput.cpp
index a5e0a01..2a7c328 100644
--- a/Src/DasherCore/SocketInput.cpp
+++ b/Src/DasherCore/SocketInput.cpp
@@ -10,9 +10,6 @@
 #include "SocketInputBase.h"
 
 #include <pthread.h>
-#include <libintl.h>
-
-#include "../Common/I18n.h"
 
 using namespace Dasher;
 
@@ -39,6 +36,3 @@ bool CSocketInput::LaunchReaderThread() {
 void CSocketInput::CancelReaderThread() {
   pthread_cancel(readerThread);
 }
-
-
-



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]