mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 06:01:58 -06:00
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
2 changed files with 0 additions and 7 deletions
|
@ -16,14 +16,8 @@
|
|||
* 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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue