Remove the references to fg_os.hxx since the UL_USE_XXX variable is located in the config.h file since the changes for confgure.ac.
This commit is contained in:
parent
7ceb85d454
commit
2a4fd79bb4
6 changed files with 0 additions and 6 deletions
|
@ -39,7 +39,6 @@
|
|||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/props/props_io.hxx>
|
||||
|
||||
#include <Main/fg_os.hxx> // Must come *before* pu.h!
|
||||
#include <plib/pu.h>
|
||||
|
||||
#include <Include/general.hxx>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <Main/fg_os.hxx> // must come before pu.h
|
||||
#include <plib/pu.h>
|
||||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <Main/fg_os.hxx> // needed before pu.h
|
||||
#include <plib/pu.h> // plib include
|
||||
|
||||
#include <FDM/flight.hxx>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <iostream>
|
||||
#include <Main/fg_os.hxx> // To set toolkit for pu.h
|
||||
#include <plib/pu.h>
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <Main/fg_os.hxx>
|
||||
#include <plib/pu.h>
|
||||
|
||||
#include <simgear/compiler.h> // for SG_USING_STD
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <Main/fg_os.hxx> // To set toolkit for pu.h
|
||||
#include <plib/pu.h>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue