]> git.mxchange.org Git - flightgear.git/commitdiff
Drop unnecessary include dependency.
authorThorstenB <brehmt@gmail.com>
Wed, 23 Mar 2011 21:50:56 +0000 (22:50 +0100)
committerThorstenB <brehmt@gmail.com>
Wed, 23 Mar 2011 21:50:56 +0000 (22:50 +0100)
Make Csaba happy...

src/Sound/voiceplayer.cxx

index 1a839cf3a3dac41ef1692ab27095544a79643aa0..054a771fc37513d397db91bd041c13b86dc34c8b 100644 (file)
 
 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"
 
 ///////////////////////////////////////////////////////////////////////////////