From a358152c0adcc9731a0d531f6acbeff12b0a1f5b Mon Sep 17 00:00:00 2001 From: beveloper Date: Sat, 26 Oct 2002 18:59:16 +0000 Subject: [PATCH] added #include for backward compatibility git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1686 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/app/MessageQueue.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/headers/os/app/MessageQueue.h b/headers/os/app/MessageQueue.h index 457f0d1cc5..07c4c3a54f 100644 --- a/headers/os/app/MessageQueue.h +++ b/headers/os/app/MessageQueue.h @@ -1,5 +1,5 @@ // -// $Id: MessageQueue.h,v 1.1 2002/07/09 12:24:32 ejakowatz Exp $ +// $Id: MessageQueue.h,v 1.2 2002/10/26 18:59:16 beveloper Exp $ // // This is the BMessageQueue interface for OpenBeOS. It has been created // to be source and binary compatible with the BeOS version of @@ -11,10 +11,8 @@ #define _OPENBEOS_MESSAGEQUEUE_H -#include "Locker.h" - - -class BMessage; +#include +#include /* For convenience */ #ifdef USE_OPENBEOS_NAMESPACE