From 0b7b5f67eed16e8fd740a813da654c1050091517 Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 18 Jan 2005 15:42:58 +0000 Subject: [PATCH] made sure to compile under gcc 3.4 (don't know the real reason, though) --- livesupport/modules/playlistExecutor/src/HelixPlayer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/livesupport/modules/playlistExecutor/src/HelixPlayer.h b/livesupport/modules/playlistExecutor/src/HelixPlayer.h index d79ea0190..8f5882e81 100644 --- a/livesupport/modules/playlistExecutor/src/HelixPlayer.h +++ b/livesupport/modules/playlistExecutor/src/HelixPlayer.h @@ -22,7 +22,7 @@ Author : $Author: maroy $ - Version : $Revision: 1.7 $ + Version : $Revision: 1.8 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/src/Attic/HelixPlayer.h,v $ ------------------------------------------------------------------------------*/ @@ -42,13 +42,13 @@ #include -#include -#include - #include "LiveSupport/Core/Configurable.h" #include "LiveSupport/Core/Thread.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" +#include +#include + #include "ErrorSink.h" #include "AuthenticationManager.h" #include "ClientContext.h" @@ -91,7 +91,7 @@ using namespace LiveSupport::Core; * * * @author $Author: maroy $ - * @version $Revision: 1.7 $ + * @version $Revision: 1.8 $ */ class HelixPlayer : virtual public Configurable, virtual public AudioPlayerInterface,