Fixed include.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@53 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-10 19:59:20 +00:00
parent a63dade9fe
commit 77763004e0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include <MediaDefs.h>
#include <Autolock.h>
#include "BufferManager.h"
#include "../lib/headers/SharedBufferList.h"
#include "SharedBufferList.h"
#include "debug.h"
BufferManager::BufferManager()

View File

@ -14,7 +14,7 @@
#include <Debug.h>
#include "debug.h"
#include "TMap.h"
#include "../server/headers/ServerInterface.h"
#include "ServerInterface.h"
void DumpFlavorInfo(const flavor_info *info);