From 3dbb4ff62d7578f2e873ed2f13fa023e51f07994 Mon Sep 17 00:00:00 2001 From: Dario Casalinuovo Date: Tue, 10 Jan 2017 22:36:20 +0100 Subject: [PATCH] Fix SoundRecorder build --- src/apps/soundrecorder/RecorderWindow.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/apps/soundrecorder/RecorderWindow.h b/src/apps/soundrecorder/RecorderWindow.h index 9cf0893061..898dc5042c 100644 --- a/src/apps/soundrecorder/RecorderWindow.h +++ b/src/apps/soundrecorder/RecorderWindow.h @@ -16,12 +16,12 @@ #include #include #include +#include #include #include #include #include "DrawButton.h" -#include "MediaRecorder.h" #include "ScopeView.h" #include "SoundListView.h" #include "TransportButton.h" @@ -42,9 +42,6 @@ class BSlider; class BStringView; -using BPrivate::media::BMediaRecorder; - - class RecorderWindow : public BWindow { public: RecorderWindow();