fixed warnings

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8144 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-06-24 13:11:41 +00:00
parent 1388993922
commit c601ce5310
2 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -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)