From: James Turner Date: Wed, 26 Sep 2012 15:25:18 +0000 (+0100) Subject: All FPU control happens in bootstrap.cxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a67d8e198333962bf7b250788eb8d8fb75d24e52;p=flightgear.git All FPU control happens in bootstrap.cxx Remove some platform includes which don't belong in main.cxx --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index e643731f3..8bbb45648 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -27,11 +27,6 @@ #include -#if defined(__linux__) && defined(__i386__) -# include -# include -#endif - #include #include