remove references to unused iostream header from asio transport

This commit is contained in:
Peter Thorson
2014-03-20 07:15:02 -05:00
parent 0bfb67ef11
commit 497bc574da
5 changed files with 5 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, Peter Thorson. All rights reserved.
* Copyright (c) 2014, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, Peter Thorson. All rights reserved.
* Copyright (c) 2014, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -38,8 +38,6 @@
#include <boost/bind.hpp>
#include <boost/system/error_code.hpp>
#include <iostream>
namespace websocketpp {
namespace transport {
namespace asio {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, Peter Thorson. All rights reserved.
* Copyright (c) 2014, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -36,7 +36,6 @@
#include <boost/asio.hpp>
#include <iostream>
#include <string>
// Interface that sockets/security policies must implement

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, Peter Thorson. All rights reserved.
* Copyright (c) 2014, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -33,7 +33,6 @@
#include <boost/asio.hpp>
#include <iostream>
#include <string>
namespace websocketpp {

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, Peter Thorson. All rights reserved.
* Copyright (c) 2014, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -37,7 +37,6 @@
#include <boost/asio/ssl.hpp>
#include <boost/system/error_code.hpp>
#include <iostream>
#include <string>
namespace websocketpp {