Ahem... build fix. Forgot that there were some last minute changes that shouldn't have been part of the commit...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21773 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,19 +12,21 @@
|
||||
|
||||
#include <SupportDefs.h>
|
||||
|
||||
#include <Referenceable.h>
|
||||
|
||||
#include <lock.h>
|
||||
#include <messaging.h>
|
||||
#include <util/AutoLock.h>
|
||||
#include <util/DoublyLinkedList.h>
|
||||
#include <util/khash.h>
|
||||
#include <util/KMessage.h>
|
||||
#include <util/OpenHashTable.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <Referenceable.h>
|
||||
|
||||
#include <util/AutoLock.h>
|
||||
#include <util/DoublyLinkedList.h>
|
||||
#include <util/KMessage.h>
|
||||
#include <util/OpenHashTable.h>
|
||||
|
||||
|
||||
class NotificationService;
|
||||
|
||||
class NotificationListener
|
||||
|
||||
Reference in New Issue
Block a user