Patch from Norm Vine to remove unnecessary include-file dependencies.
This commit is contained in:
parent
ea6448c956
commit
52c564b5b8
2 changed files with 2 additions and 5 deletions
|
@ -33,8 +33,6 @@
|
|||
|
||||
#include STL_IOSTREAM
|
||||
|
||||
#include "panel.hxx"
|
||||
|
||||
#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
|
||||
SG_USING_STD(istream);
|
||||
#endif
|
||||
|
|
|
@ -24,10 +24,9 @@
|
|||
#ifndef __FGFX_HXX
|
||||
#define __FGFX_HXX 1
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include "fg_sound.hxx"
|
||||
#include <Main/fgfs.hxx>
|
||||
|
||||
class FGSound;
|
||||
|
||||
/**
|
||||
* Generator for FlightGear sound effects.
|
||||
|
|
Loading…
Add table
Reference in a new issue