Fixed includes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@86 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-11 19:54:41 +00:00
parent 19f0c92e2f
commit 0a483e7221
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include <Message.h> #include <Message.h>
#include "SharedBufferList.h" #include "SharedBufferList.h"
#include "debug.h" #include "debug.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
static team_id CurrentTeam(); static team_id CurrentTeam();
team_id CurrentTeam() team_id CurrentTeam()
+1 -1
View File
@@ -9,7 +9,7 @@
#include <Buffer.h> #include <Buffer.h>
#include <malloc.h> #include <malloc.h>
#include "debug.h" #include "debug.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
#include "BufferIdCache.h" #include "BufferIdCache.h"
/************************************************************* /*************************************************************
+1 -1
View File
@@ -8,7 +8,7 @@
#include <Message.h> #include <Message.h>
#include "debug.h" #include "debug.h"
#include "SharedBufferList.h" #include "SharedBufferList.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
/************************************************************* /*************************************************************
* private BBufferGroup * private BBufferGroup
+1 -1
View File
@@ -8,7 +8,7 @@
#include <Buffer.h> #include <Buffer.h>
#include "PortPool.h" #include "PortPool.h"
#include "debug.h" #include "debug.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
/************************************************************* /*************************************************************
* protected BBufferProducer * protected BBufferProducer
+1 -1
View File
@@ -8,7 +8,7 @@
#include <malloc.h> #include <malloc.h>
#include "debug.h" #include "debug.h"
#include "PortPool.h" #include "PortPool.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
/* /*
* some little helper function * some little helper function
+1 -1
View File
@@ -12,7 +12,7 @@
#include <string.h> #include <string.h>
#include "SystemTimeSource.h" #include "SystemTimeSource.h"
#include "debug.h" #include "debug.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
// don't rename this one, it's used and exported for binary compatibility // don't rename this one, it's used and exported for binary compatibility
int32 BMediaNode::_m_changeTag = 0; int32 BMediaNode::_m_changeTag = 0;
+1 -1
View File
@@ -15,7 +15,7 @@
#define DEBUG 3 #define DEBUG 3
#include "debug.h" #include "debug.h"
#include "PortPool.h" #include "PortPool.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
static BMessenger *ServerMessenger = 0; static BMessenger *ServerMessenger = 0;
static team_id team; static team_id team;
+1 -1
View File
@@ -5,7 +5,7 @@
***********************************************************************/ ***********************************************************************/
#include <TimeSource.h> #include <TimeSource.h>
#include "debug.h" #include "debug.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
// XXX This BTimeSource only works for realtime, nothing else is implemented // XXX This BTimeSource only works for realtime, nothing else is implemented
+1 -1
View File
@@ -8,7 +8,7 @@
#include <Messenger.h> #include <Messenger.h>
#include "debug.h" #include "debug.h"
#include "VolumeControl.h" #include "VolumeControl.h"
#include "../server/headers/ServerInterface.h" #include "ServerInterface.h"
namespace MediaKitPrivate { namespace MediaKitPrivate {