A better fix than r38136: Remove the useless iostream include from Shell.cpp,

perhaps a left-over from debugging output? Thanks to Axel for reviewing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38138 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-08-16 10:32:44 +00:00
parent 8627cb38c1
commit 397fd7f5d0
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -28,7 +28,6 @@ Application Terminal :
VTKeyTbl.c
VTPrsTbl.c
: be $(HAIKU_LOCALE_LIBS) tracker textencoding $(TARGET_LIBSUPC++)
$(TARGET_LIBSTDC++)
: Terminal.rdef
;
-1
View File
@@ -14,7 +14,6 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <iostream>
#include <new>
#include <signal.h>
#include <string.h>