1
0
Fork 0

Make various implicit includes (via PLIB) explicit.

This commit is contained in:
James Turner 2010-07-27 08:31:10 +01:00
parent 8b74319139
commit d1852430bf
26 changed files with 38 additions and 0 deletions

View file

@ -18,6 +18,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <cstring>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/structure/exception.hxx>

View file

@ -25,6 +25,8 @@
#include "transmission.hxx"
#include <cstring>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/sg_path.hxx>

View file

@ -26,6 +26,7 @@
#endif
#include <math.h>
#include <cstring>
#include <simgear/compiler.h>

View file

@ -25,6 +25,7 @@
#endif
#include <algorithm>
#include <cstring>
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/commands.hxx>

View file

@ -24,6 +24,8 @@
# include <config.h>
#endif
#include <cstring>
#include <simgear/constants.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/scene/sky/sky.hxx>

View file

@ -24,6 +24,7 @@
# include "config.h"
#endif
#include <cstring>
#include <Main/fg_props.hxx>
#include <simgear/constants.h>

View file

@ -31,6 +31,7 @@
# include <unistd.h> // unlink()
#endif
#include <cstring>
#include <stdio.h> // FILE*, fopen(), fread(), fwrite(), et. al.
#include <iostream> // for cout, endl

View file

@ -22,6 +22,8 @@
# include <config.h>
#endif
#include <cstring>
#include <simgear/io/iochannel.hxx>
#include <simgear/io/sg_socket.hxx>
#include <simgear/constants.h>

View file

@ -83,6 +83,7 @@
#endif
#include <iostream>
#include <cstring>
#include <simgear/compiler.h>
#include <simgear/misc/sg_path.hxx>

View file

@ -11,6 +11,7 @@
#include <memory>
#include <set>
#include <cstring>
#include "Main/fg_props.hxx"
#include "Main/globals.hxx" // for get_subsystem

View file

@ -7,6 +7,8 @@
#ifndef __INSTRUMENTS_GPS_HXX
#define __INSTRUMENTS_GPS_HXX 1
#include <cassert>
#include <simgear/props/props.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
#include <simgear/math/SGMath.hxx>

View file

@ -28,6 +28,7 @@
#include "navradio.hxx"
#include <sstream>
#include <cstring>
#include <simgear/sg_inlines.h>
#include <simgear/timing/sg_time.hxx>

View file

@ -25,6 +25,7 @@
#include <iostream>
#include <string.h>
#include <time.h>
#include <cstdlib>
#include <simgear/debug/logstream.hxx>
#include <simgear/environment/metar.hxx>

View file

@ -28,6 +28,7 @@
#endif
#include <simgear/compiler.h>
#include <cassert>
#include "fg_props.hxx"

View file

@ -16,6 +16,7 @@
#include <algorithm>
#include <functional>
#include <vector>
#include <cstring>
#include <osg/Math>

View file

@ -25,6 +25,8 @@
# include "config.h"
#endif
#include <cstring>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/io/iochannel.hxx>

View file

@ -29,6 +29,8 @@
# include "config.h"
#endif
#include <cstring>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/io/iochannel.hxx>

View file

@ -24,6 +24,8 @@
# include "config.h"
#endif
#include <cstring>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/io/iochannel.hxx>

View file

@ -25,6 +25,7 @@
#endif
#include <iostream>
#include <cstring>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -24,6 +24,8 @@
# include "config.h"
#endif
#include <cstring>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/io/iochannel.hxx>

View file

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <cstring>
#include "beacon.hxx"

View file

@ -25,6 +25,7 @@
#include "morse.hxx"
#include <cstring>
static const char alphabet[26][4] = {
{ DI, DAH, end, end }, /* A */

View file

@ -24,6 +24,8 @@
# include <config.h>
#endif
#include <cstring>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/debug/logstream.hxx>

View file

@ -8,6 +8,9 @@
#endif
#include "vacuum.hxx"
#include <cstring>
#include <Main/fg_props.hxx>

View file

@ -29,6 +29,7 @@
#include <cmath>
#include <ctime>
#include <cassert>
#include <simgear/math/SGMath.hxx>
#include <simgear/timing/sg_time.hxx>

View file

@ -3,6 +3,7 @@
#endif
#include <iostream>
#include <cstdio>
#include <simgear/constants.h>
#include <simgear/io/sg_file.hxx>