fixed warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8144 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1388993922
commit
c601ce5310
@ -13,7 +13,9 @@
|
||||
#define _MULTI_AUDIO_H
|
||||
|
||||
#include <Drivers.h>
|
||||
#ifndef ASSERT
|
||||
#include <Debug.h>
|
||||
#endif
|
||||
|
||||
#define B_MULTI_DRIVER_BASE (B_AUDIO_DRIVER_BASE+20)
|
||||
|
||||
|
@ -13,9 +13,8 @@
|
||||
#define _MULTI_AUDIO_H
|
||||
|
||||
#include <Drivers.h>
|
||||
|
||||
#if !defined(ASSERT)
|
||||
#include <Debug.h>
|
||||
#ifndef ASSERT
|
||||
#include <Debug.h>
|
||||
#endif
|
||||
|
||||
#define B_MULTI_DRIVER_BASE (B_AUDIO_DRIVER_BASE+20)
|
||||
|
Loading…
Reference in New Issue
Block a user