]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/dma.c
win32 port (initial patch by kazu)
[thirdparty/qemu.git] / hw / dma.c
index 3d010f316903873e7840521860e65971bdcf8cbc..6c1bc6160effd008f2d80a9f6bc19a80ebeff123 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__)