From e57d159b955d65c9ec26f87d0bf39c030c276afe Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 13 Oct 2002 16:02:30 +0000 Subject: [PATCH] Fixed include. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1505 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/interface/Font.cpp b/src/kits/interface/Font.cpp index 519a12a650..b2484974e5 100644 --- a/src/kits/interface/Font.cpp +++ b/src/kits/interface/Font.cpp @@ -1,6 +1,6 @@ #include #include -#include "BFont.h" +#include "Font.h" class BFontPrivate {