Remove unnecessary usage of #include <iostream>. Rename templated impls from .cc to -impl.h.

This commit is contained in:
John Hood
2014-06-17 02:12:40 -04:00
parent dfdfa5d9b0
commit 882539884e
8 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
#define _PATH_BSHELL "/bin/sh"
#endif
#include "networktransport.cc"
#include "networktransport-impl.h"
typedef Network::Transport< Terminal::Complete, Network::UserStream > ServerConnection;
+1 -1
View File
@@ -60,7 +60,7 @@
#include "select.h"
#include "timestamp.h"
#include "networktransport.cc"
#include "networktransport-impl.h"
void STMClient::resume( void )
{