From 397fd7f5d04d74c1c336b6217c2a2afaa274548f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 16 Aug 2010 10:32:44 +0000 Subject: [PATCH] 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 --- src/apps/terminal/Jamfile | 1 - src/apps/terminal/Shell.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/apps/terminal/Jamfile b/src/apps/terminal/Jamfile index 0c55e79234..4602587f6f 100644 --- a/src/apps/terminal/Jamfile +++ b/src/apps/terminal/Jamfile @@ -28,7 +28,6 @@ Application Terminal : VTKeyTbl.c VTPrsTbl.c : be $(HAIKU_LOCALE_LIBS) tracker textencoding $(TARGET_LIBSUPC++) - $(TARGET_LIBSTDC++) : Terminal.rdef ; diff --git a/src/apps/terminal/Shell.cpp b/src/apps/terminal/Shell.cpp index bc1d5203d9..73ca06828f 100644 --- a/src/apps/terminal/Shell.cpp +++ b/src/apps/terminal/Shell.cpp @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include