Remove redundant iostream includes (#60)
This commit is contained in:
		
				
					committed by
					
						 Benjamin Sergeant
						Benjamin Sergeant
					
				
			
			
				
	
			
			
			
						parent
						
							0187735998
						
					
				
				
					commit
					e9f4e9647e
				
			| @@ -19,7 +19,6 @@ | ||||
| #include <sys/types.h> | ||||
|  | ||||
| #include <algorithm> | ||||
| #include <iostream> | ||||
|  | ||||
| #ifdef min | ||||
| #undef min | ||||
|   | ||||
| @@ -8,7 +8,6 @@ | ||||
| #include "IXSetThreadName.h" | ||||
| #include "IXWebSocketHandshake.h" | ||||
|  | ||||
| #include <iostream> | ||||
| #include <cmath> | ||||
| #include <cassert> | ||||
|  | ||||
|   | ||||
| @@ -10,7 +10,6 @@ | ||||
|  | ||||
| #include "libwshandshake.hpp" | ||||
|  | ||||
| #include <iostream> | ||||
| #include <sstream> | ||||
| #include <random> | ||||
| #include <algorithm> | ||||
|   | ||||
| @@ -7,7 +7,6 @@ | ||||
| #include "IXWebSocketPerMessageDeflateCodec.h" | ||||
| #include "IXWebSocketPerMessageDeflateOptions.h" | ||||
|  | ||||
| #include <iostream> | ||||
| #include <cassert> | ||||
| #include <string.h> | ||||
|  | ||||
|   | ||||
| @@ -7,7 +7,6 @@ | ||||
| #include "IXWebSocketPerMessageDeflateOptions.h" | ||||
|  | ||||
| #include <sstream> | ||||
| #include <iostream> | ||||
| #include <algorithm> | ||||
| #include <cctype> | ||||
|  | ||||
|   | ||||
| @@ -45,7 +45,6 @@ | ||||
| #include <vector> | ||||
| #include <string> | ||||
| #include <cstdarg> | ||||
| #include <iostream> | ||||
| #include <sstream> | ||||
| #include <chrono> | ||||
| #include <thread> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user