]> git.proxmox.com Git - qemu.git/commitdiff
target-i386: Clean includes
authorStefan Weil <sw@weilnetz.de>
Wed, 1 Feb 2012 19:54:13 +0000 (20:54 +0100)
committerStefan Weil <sw@weilnetz.de>
Tue, 28 Feb 2012 21:33:42 +0000 (22:33 +0100)
Remove some include statements which are not needed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
target-i386/helper.c
target-i386/op_helper.c

index 2586aff700d178bc7b05fc7d59da7f06691ce7fd..87c6a8f7d98415ed337a17a7663a22bea69cf479 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
-#include <stdarg.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
 
 #include "cpu.h"
-#include "qemu-common.h"
 #include "kvm.h"
 #ifndef CONFIG_USER_ONLY
 #include "sysemu.h"
index 2aea71bf85e8fc7e5f56f11d5a808d2e6fa24fdd..63a08d6d9a9afcb1f1f8a4b0170c24501a8e82f8 100644 (file)
@@ -22,7 +22,6 @@
 #include "dyngen-exec.h"
 #include "host-utils.h"
 #include "ioport.h"
-#include "qemu-common.h"
 #include "qemu-log.h"
 #include "cpu-defs.h"
 #include "helper.h"