From 96b5ca7902198b33091db80820901a62b3f8cfbc Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Wed, 2 Feb 2005 04:27:05 +0000 Subject: [PATCH] Made public headers not depend on private ones git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11197 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/add-ons/mail_daemon/ChainRunner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/add-ons/mail_daemon/ChainRunner.h b/headers/os/add-ons/mail_daemon/ChainRunner.h index 9c8eb72005..91ea4ebd34 100644 --- a/headers/os/add-ons/mail_daemon/ChainRunner.h +++ b/headers/os/add-ons/mail_daemon/ChainRunner.h @@ -9,10 +9,10 @@ #include #include #include -#include class BStringList; class BMailStatusWindow; +class BMailStatusView; class BMailChain; class BMailChainCallback {