X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fbfi.cxx;h=531250958fe358ff716784cd3cf6cce5464d359b;hb=2cd7473384ec231e2a013b280e83919b98ed2a15;hp=daef36e0a67c765b1f21464fa134586ebd6f0f71;hpb=84c64c8cc3311e5d266243b0a51b6020b73f411f;p=flightgear.git diff --git a/src/Main/bfi.cxx b/src/Main/bfi.cxx index daef36e0a..531250958 100644 --- a/src/Main/bfi.cxx +++ b/src/Main/bfi.cxx @@ -4,6 +4,8 @@ // // Copyright (C) 2000 David Megginson - david@megginson.com // +// THIS CLASS IS DEPRECATED; USE THE PROPERTY MANAGER INSTEAD. +// // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as // published by the Free Software Foundation; either version 2 of the @@ -20,43 +22,38 @@ // // $Id$ - -#ifdef HAVE_CONFIG_H -# include -#endif - -#if defined( FG_HAVE_NATIVE_SGI_COMPILERS ) -# include -#else -# include -#endif +#include "fgfs.hxx" #include -#include +#include +#include +#include +#include +#include #include +#include #include -#include -#include