[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [Qemu-devel] [PATCH 0/4] Header cleanups
From: |
Aruna Jayasena |
Subject: |
[Qemu-stable] [Qemu-devel] [PATCH 0/4] Header cleanups |
Date: |
Tue, 9 Apr 2019 21:26:35 +0530 |
Removed unwanted includes from cpu-common.h
This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks
Signed-off-by: Aruna Jayasena <address@hidden>
---
include/exec/cpu-common.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h
index cef8b88a2a..a3594f3f50 100644
--- a/include/exec/cpu-common.h
+++ b/include/exec/cpu-common.h
@@ -7,8 +7,6 @@
#include "exec/hwaddr.h"
#endif
-#include "qemu/bswap.h"
-#include "qemu/queue.h"
#include "qemu/fprintf-fn.h"
/**
--
2.17.1
- [Qemu-stable] [Qemu-devel] [PATCH 0/4] Header cleanups,
Aruna Jayasena <=