Make even more implict includes explicit.
This commit is contained in:
parent
bb2d1f55e9
commit
cc7a9d4727
6 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <cstdio> // sprintf()
|
||||
#include <cstdlib> // atoi()
|
||||
#include <cassert>
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include "simple.hxx"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include <simgear/misc/sg_path.hxx>
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/props/props_io.hxx>
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
#endif
|
||||
|
||||
#include "kln89_page_apt.hxx"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#if ENABLE_ATCDCL
|
||||
# include <ATCDCL/commlist.hxx>
|
||||
#else
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include <osg/Node>
|
||||
#include <osg/Geode>
|
||||
#include <osg/Geometry>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <simgear/constants.h>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <simgear/constants.h>
|
||||
|
|
Loading…
Reference in a new issue