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