]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target-lm32: Clean includes
authorStefan Weil <sw@weilnetz.de>
Wed, 1 Feb 2012 19:54:57 +0000 (20:54 +0100)
committerStefan Weil <sw@weilnetz.de>
Tue, 28 Feb 2012 21:33:42 +0000 (22:33 +0100)
config.h was missing in cpu.h.

Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
target-lm32/cpu.h
target-lm32/helper.c
target-lm32/translate.c

index 037ef528ed832b30850dde38da7865a6311d731b..b6b6b4c87afbe438f49095e70afc6a77597248ae 100644 (file)
@@ -24,6 +24,7 @@
 
 #define CPUState struct CPULM32State
 
+#include "config.h"
 #include "qemu-common.h"
 #include "cpu-defs.h"
 struct CPULM32State;
index fc0b444d81d7c75d15ce356ab375586bbdca32fd..2637c03c912ae3bfdf784c32601800ad0292b7b1 100644 (file)
  * 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 "host-utils.h"
 
index 0be105d018dce8f57beea9bfcf338f37844940c6..c80e48b39e9d2e4f5f03680dfcf8899e8237220a 100644 (file)
  * 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 "disas.h"
 #include "helper.h"
 #include "tcg-op.h"
-#include "qemu-common.h"
 
 #include "hw/lm32_pic.h"