From 39de200904bb2d422120f8a13df3147d520791a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 17 Jan 2003 18:28:09 +0000 Subject: [PATCH] Now you can really include it from the kernel. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2474 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/storage/NodeMonitor.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/headers/os/storage/NodeMonitor.h b/headers/os/storage/NodeMonitor.h index 9d4db86073..d02d331ace 100644 --- a/headers/os/storage/NodeMonitor.h +++ b/headers/os/storage/NodeMonitor.h @@ -7,12 +7,6 @@ #include -#include -#include - - -class BLooper; -class BHandler; /* Flags for the watch_node() call. @@ -56,6 +50,14 @@ enum { #ifdef __cplusplus +// these are only needed for the function exports +#include +#include + +class BLooper; +class BHandler; + + extern status_t watch_node(const node_ref *node, uint32 flags, BMessenger target); extern status_t watch_node(const node_ref *node, uint32 flags, const BHandler *handler,