We don't need TermView.h

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23912 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-02-07 14:38:10 +00:00
parent 4882883b6f
commit ffa3002c15
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ Application RepliTerminal :
: be
;
SEARCH on [ FGristFiles TermView.h ] = [ FDirName $(HAIKU_TOP) src apps terminal ] ;

View File

@ -10,7 +10,7 @@
#include <stdio.h>
#include "TermConst.h"
#include "TermView.h"
// for the Terminal's signature
class App : public BApplication {
public: