Fixed includes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@86 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
/*************************************************************
|
/*************************************************************
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user