diff options
Diffstat (limited to 'hw/dma.c')
| -rw-r--r-- | hw/dma.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/dma.c b/hw/dma.c index 3d010f3169..6c1bc6160e 100644 --- a/hw/dma.c +++ b/hw/dma.c @@ -21,11 +21,6 @@ * 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__) |