Removed an unneeded dependency

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7016 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2004-03-18 07:37:38 +00:00
parent 6e1d8b671a
commit e064995715

View File

@ -1,10 +1,8 @@
#ifndef __WIDTHBUFFER_H
#define __WIDTHBUFFER_H
#include "TextGapBuffer.h"
#include "TextViewSupportBuffer.h"
struct _width_table_ {
#if B_BEOS_VERSION_DANO
BFont font; // corresponding font
@ -17,7 +15,7 @@ struct _width_table_ {
void *widths; // width table
};
class _BTextGapBuffer_;
class _BWidthBuffer_ : public _BTextViewSupportBuffer_<_width_table_> {
public:
_BWidthBuffer_();