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