target-i386: Clean includes
Remove some include statements which are not needed. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
7ad757b29b
commit
727d6bff27
@ -16,14 +16,8 @@
|
|||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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/>.
|
* 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 "cpu.h"
|
||||||
#include "qemu-common.h"
|
|
||||||
#include "kvm.h"
|
#include "kvm.h"
|
||||||
#ifndef CONFIG_USER_ONLY
|
#ifndef CONFIG_USER_ONLY
|
||||||
#include "sysemu.h"
|
#include "sysemu.h"
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include "dyngen-exec.h"
|
#include "dyngen-exec.h"
|
||||||
#include "host-utils.h"
|
#include "host-utils.h"
|
||||||
#include "ioport.h"
|
#include "ioport.h"
|
||||||
#include "qemu-common.h"
|
|
||||||
#include "qemu-log.h"
|
#include "qemu-log.h"
|
||||||
#include "cpu-defs.h"
|
#include "cpu-defs.h"
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user