mirror of https://github.com/xemu-project/xemu.git
target-lm32: Clean includes
config.h was missing in cpu.h. Acked-by: Michael Walle <michael@walle.cc> Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
727d6bff27
commit
60ed8d298e
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
#define CPUState struct CPULM32State
|
#define CPUState struct CPULM32State
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
#include "cpu-defs.h"
|
#include "cpu-defs.h"
|
||||||
struct CPULM32State;
|
struct CPULM32State;
|
||||||
|
|
|
@ -17,11 +17,6 @@
|
||||||
* 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 <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "host-utils.h"
|
#include "host-utils.h"
|
||||||
|
|
||||||
|
|
|
@ -17,18 +17,10 @@
|
||||||
* 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 <assert.h>
|
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "disas.h"
|
#include "disas.h"
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
#include "tcg-op.h"
|
#include "tcg-op.h"
|
||||||
#include "qemu-common.h"
|
|
||||||
|
|
||||||
#include "hw/lm32_pic.h"
|
#include "hw/lm32_pic.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue