Commit 3598ecb6206a49ce8bf104e445fead6875b0050d

Authored by pbrook
1 parent a8ca632c

Remove missing include.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1857 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
fpu/softfloat-native.h
@@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
7 #include <fenv.h> 7 #include <fenv.h>
8 #endif 8 #endif
9 #endif 9 #endif
10 -#include "gnu-c99-math.h"  
11 10
12 typedef float float32; 11 typedef float float32;
13 typedef double float64; 12 typedef double float64;