win32 port (initial patch by kazu)
[qemu] / hw / dma.c
index 3d010f3..6c1bc61 100644 (file)
--- a/hw/dma.c
+++ b/hw/dma.c
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include <stdio.h>
-#include <stdlib.h>
-#include <inttypes.h>
-
-#include "cpu.h"
 #include "vl.h"
 
 #define log(...) fprintf (stderr, "dma: " __VA_ARGS__)