From b4c47b06d50d055f363f14677a7d4d052af9a981 Mon Sep 17 00:00:00 2001
From: ThorstenB <brehmt@gmail.com>
Date: Wed, 23 Mar 2011 22:50:56 +0100
Subject: [PATCH] Drop unnecessary include dependency. Make Csaba happy...

---
 src/Sound/voiceplayer.cxx | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/Sound/voiceplayer.cxx b/src/Sound/voiceplayer.cxx
index 1a839cf3a..054a771fc 100644
--- a/src/Sound/voiceplayer.cxx
+++ b/src/Sound/voiceplayer.cxx
@@ -42,12 +42,6 @@
 
 using std::string;
 
-#if defined( HAVE_VERSION_H ) && HAVE_VERSION_H
-#  include <Include/version.h>
-#else
-#  include <Include/no_version.h>
-#endif
-
 #include "voiceplayer.hxx"
 
 ///////////////////////////////////////////////////////////////////////////////