From 78fea9cd2df1bf223498d258bd7e09f1a351bc5e Mon Sep 17 00:00:00 2001 From: Barrett17 Date: Sat, 24 Feb 2018 16:30:42 +0100 Subject: [PATCH] MediaClient: General cleanup * We are finally not dependent on media kit definitions. * Offline mode is not important at this moment. --- headers/private/media/experimental/MediaClient.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/headers/private/media/experimental/MediaClient.h b/headers/private/media/experimental/MediaClient.h index 2f4d099a7e..019bbdd8c7 100755 --- a/headers/private/media/experimental/MediaClient.h +++ b/headers/private/media/experimental/MediaClient.h @@ -6,13 +6,11 @@ #ifndef _MEDIA_CLIENT_H #define _MEDIA_CLIENT_H -#include #include - #include #include #include -#include +#include namespace BPrivate { namespace media { @@ -56,7 +54,6 @@ public: status_t InitCheck() const; // TODO: Should allow BControllable capabilities - // TODO: Offline mode is still missing // When those functions return, the BMediaConnection is added to the // list and is visible to other nodes as not connected. Any input/output