From 3bf99152470eab2272d88c2979e15c68d7b1d60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 3 May 2013 13:24:30 +0000 Subject: [PATCH] Removed superfluous class definitions from OutlineListView.h * Why? --- headers/os/interface/OutlineListView.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/headers/os/interface/OutlineListView.h b/headers/os/interface/OutlineListView.h index 87b2be2d2c..747183b3d4 100644 --- a/headers/os/interface/OutlineListView.h +++ b/headers/os/interface/OutlineListView.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2009, Haiku, Inc. All rights reserved. + * Copyright 2006-2013, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _OUTLINE_LIST_VIEW_H @@ -9,12 +9,6 @@ #include -class BList; -class BListItem; -class BMessage; -class BPoint; -class BRect; - class BOutlineListView : public BListView { public: BOutlineListView(BRect frame, const char* name,