aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/qdev.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:09 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-29 15:07:23 +0000
commit532392622c1d493e3bec543b10f74f361ea40662 (patch)
tree80b23880691b8e92edb7a5548467428b528ae35c /hw/ide/qdev.c
parent757e725b58c57d3ebb66a31fd2210df977a12154 (diff)
downloadqemu-532392622c1d493e3bec543b10f74f361ea40662.zip
qemu-532392622c1d493e3bec543b10f74f361ea40662.tar.gz
qemu-532392622c1d493e3bec543b10f74f361ea40662.tar.bz2
ide: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-17-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/ide/qdev.c')
-rw-r--r--hw/ide/qdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ide/qdev.c b/hw/ide/qdev.c
index fea5425..21607d9 100644
--- a/hw/ide/qdev.c
+++ b/hw/ide/qdev.c
@@ -16,6 +16,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include <hw/hw.h>
#include "sysemu/dma.h"
#include "qemu/error-report.h"