Removed superfluous class definitions from OutlineListView.h

* Why?
This commit is contained in:
Axel Dörfler 2013-05-03 13:24:30 +00:00
parent c7b441ac1e
commit 3bf9915247

View File

@ -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 <ListView.h>
class BList;
class BListItem;
class BMessage;
class BPoint;
class BRect;
class BOutlineListView : public BListView {
public:
BOutlineListView(BRect frame, const char* name,