Index: /trunk/FACT++/src/drivectrl.cc
===================================================================
--- /trunk/FACT++/src/drivectrl.cc	(revision 11473)
+++ /trunk/FACT++/src/drivectrl.cc	(revision 11474)
@@ -1,5 +1,3 @@
 #include <boost/bind.hpp>
-#include <boost/asio/error.hpp>
-#include <boost/asio/deadline_timer.hpp>
 
 #include "FACT.h"
@@ -176,5 +174,5 @@
                 err!=ba::error::basic_errors::operation_aborted)  // Connection closed by us
             {
-                stringstream str;
+                ostringstream str;
                 str << "Reading from " << URL() << ": " << err.message() << " (" << err << ")";// << endl;
                 Error(str);
@@ -434,5 +432,5 @@
         if (error && error!=ba::error::basic_errors::operation_aborted)
         {
-            stringstream str;
+            ostringstream str;
             str << "Write timeout of " << URL() << ": " << error.message() << " (" << error << ")";// << endl;
             Error(str);
@@ -604,5 +602,5 @@
             return true;
 
-        stringstream msg;
+        ostringstream msg;
         msg << name << " - Received event has " << has << " bytes, but expected " << size << ".";
         T::Fatal(msg);
