From 2eb7012d8e1f50b9a1e124d4f617334632e7b785 Mon Sep 17 00:00:00 2001 From: beveloper Date: Fri, 6 Jun 2003 20:21:54 +0000 Subject: [PATCH] added missing header file git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3445 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/media/SoundPlayer.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/kits/media/SoundPlayer.cpp b/src/kits/media/SoundPlayer.cpp index 4f8960cb51..7bc205a713 100644 --- a/src/kits/media/SoundPlayer.cpp +++ b/src/kits/media/SoundPlayer.cpp @@ -4,16 +4,13 @@ * DESCR: ***********************************************************************/ #include -#include "SoundPlayer.h" #include +#include #include #include "debug.h" #include "SoundPlayNode.h" - -/* this is the normal volume DB range of 16 bit integer */ -const float minDB = -96; -const float maxDB = 0; +#include "SoundPlayer.h" /************************************************************* * public sound_error