Commit f9ebe432db4e0933bdedae021d3b1e23f188be12

Authored by bellard
1 parent cc8ae6de

removed unnecessary header


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1835 c046a42c-6fe2-441c-8c8c-71466251a162
target-mips/op_helper.c
... ... @@ -17,7 +17,6 @@
17 17 * License along with this library; if not, write to the Free Software
18 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 19 */
20   -#include <math.h>
21 20 #include "exec.h"
22 21  
23 22 #define MIPS_DEBUG_DISAS
... ...
target-ppc/op_helper.c
... ... @@ -17,7 +17,6 @@
17 17 * License along with this library; if not, write to the Free Software
18 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 19 */
20   -#include <math.h>
21 20 #include "exec.h"
22 21  
23 22 #define MEMSUFFIX _raw
... ...