From: ThorstenB Date: Wed, 23 Mar 2011 21:50:56 +0000 (+0100) Subject: Drop unnecessary include dependency. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4c47b06d50d055f363f14677a7d4d052af9a981;p=flightgear.git Drop unnecessary include dependency. Make Csaba happy... --- 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 -#else -# include -#endif - #include "voiceplayer.hxx" ///////////////////////////////////////////////////////////////////////////////