1
0
Fork 0

All FPU control happens in bootstrap.cxx

Remove some platform includes which don't belong in main.cxx
This commit is contained in:
James Turner 2012-09-26 16:25:18 +01:00
parent ebf3a0793d
commit a67d8e1983

View file

@ -27,11 +27,6 @@
#include <simgear/compiler.h>
#if defined(__linux__) && defined(__i386__)
# include <fpu_control.h>
# include <signal.h>
#endif
#include <iostream>
#include <osg/Camera>