]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/flight.hxx
Remove UTF-8 BOM.
[flightgear.git] / src / FDM / flight.hxx
index 0c3a81ce261d7b5c9d787aa25db3d890ea10cde3..c6f3024d0fef6de584617f299fdae917a71a7786 100644 (file)
 
 #include <math.h>
 
-#include <list>
-#include <vector>
-#include <string>
-
 #include <simgear/compiler.h>
 #include <simgear/constants.h>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/props/tiedpropertylist.hxx>
 #include <FDM/groundcache.hxx>
 
-using std::list;
-using std::vector;
-using std::string;
-
 namespace simgear {
 class BVHMaterial;
 }