1
0
Fork 0

Patch from Norm Vine to remove unnecessary include-file dependencies.

This commit is contained in:
david 2002-12-31 03:13:17 +00:00
parent ea6448c956
commit 52c564b5b8
2 changed files with 2 additions and 5 deletions

View file

@ -33,8 +33,6 @@
#include STL_IOSTREAM
#include "panel.hxx"
#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
SG_USING_STD(istream);
#endif

View file

@ -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.