]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/Balloon.cxx
- fix two bugs
[flightgear.git] / src / FDM / Balloon.cxx
index 90121c13ca60af40472d04c89c2cf2a4c62e4591..7ff92a6fcb4b0910686ca634c2ad792d622bbbaf 100644 (file)
@@ -17,9 +17,9 @@
  FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
  details.
 
- You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place - Suite 330, Boston, MA  02111-1307, USA.
+ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
  Further information about the GNU General Public License can also be found on
  the world wide web at http://www.gnu.org.
@@ -37,6 +37,10 @@ HISTORY
 /* INCLUDES                                                                */
 /****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #ifdef SG_MATH_EXCEPTION_CLASH
@@ -51,7 +55,6 @@ HISTORY
 #include <simgear/misc/sg_path.hxx>
 
 #include <Aircraft/aircraft.hxx>
-#include <Controls/controls.hxx>
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>